38 #ifndef vtkOutlineFilter_h
39 #define vtkOutlineFilter_h
41 #include "vtkFiltersModelingModule.h"
44 VTK_ABI_NAMESPACE_BEGIN
85 vtkSetMacro(CompositeStyle,
int);
86 vtkGetMacro(CompositeStyle,
int);
112 vtkSetMacro(OutputPointsPrecision,
int);
113 vtkGetMacro(OutputPointsPrecision,
int);
137 VTK_ABI_NAMESPACE_END
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()
Specify a style for creating bounding boxes around input composite datasets.
int OutputPointsPrecision
void RemoveAllIndices()
If the composite style is set to SpecifiedIndex, then one or more flat indices can be specified,...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetCompositeStyleToLeafs()
Specify a style for creating bounding boxes around input composite datasets.
void RemoveIndex(unsigned int index)
If the composite style is set to SpecifiedIndex, then one or more flat indices can be specified,...
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()
Specify a style for creating bounding boxes around input composite datasets.
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
Standard methods for instantiation.
void SetCompositeStyleToRoot()
Specify a style for creating bounding boxes around input composite datasets.
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.