 |
VTK
9.0.1
|
Go to the documentation of this file.
30 #ifndef vtkOutlineFilter_h
31 #define vtkOutlineFilter_h
33 #include "vtkFiltersModelingModule.h"
76 vtkSetMacro(CompositeStyle,
int);
77 vtkGetMacro(CompositeStyle,
int);
103 vtkSetMacro(OutputPointsPrecision,
int);
104 vtkGetMacro(OutputPointsPrecision,
int);
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetCompositeStyleToRootAndLeafs()
void SetCompositeStyleToSpecifiedIndex()
void AddIndex(unsigned int index)
If the composite style is set to SpecifiedIndex, then one or more flat indices can be specified,...
~vtkOutlineFilter() override
void AppendOutline(vtkPoints *pts, vtkCellArray *lines, vtkCellArray *faces, double bds[6])
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
void SetCompositeStyleToRoot()
object to represent cell connectivity
vtkTypeBool GenerateFaces
static vtkOutlineFilter * New()
Standard methods for instantiation.
create wireframe outline for an arbitrary data set or composite dataset
void RemoveIndex(unsigned int index)
void SetCompositeStyleToLeafs()
Superclass for algorithms that produce only polydata as output.