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);
object to represent cell connectivity
a simple class to control print indentation
create wireframe outline for an arbitrary data set or composite dataset
void SetCompositeStyleToRootAndLeafs()
int OutputPointsPrecision
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetCompositeStyleToLeafs()
void RemoveIndex(unsigned int index)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void AppendOutline(vtkPoints *pts, vtkCellArray *lines, vtkCellArray *faces, double bds[6])
void SetCompositeStyleToSpecifiedIndex()
void AddIndex(unsigned int index)
If the composite style is set to SpecifiedIndex, then one or more flat indices can be specified,...
static vtkOutlineFilter * New()
Standard methods for instantiation.
~vtkOutlineFilter() override
vtkTypeBool GenerateFaces
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetCompositeStyleToRoot()
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.