 |
VTK
9.1.0
|
Go to the documentation of this file.
144 #ifndef vtkOutlineFilter_h
145 #define vtkOutlineFilter_h
147 #include "vtkFiltersModelingModule.h"
190 vtkSetMacro(CompositeStyle,
int);
191 vtkGetMacro(CompositeStyle,
int);
217 vtkSetMacro(OutputPointsPrecision,
int);
218 vtkGetMacro(OutputPointsPrecision,
int);
represent and manipulate 3D points
void RemoveAllIndices()
If the composite style is set to SpecifiedIndex, then one or more flat indices can be specified,...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation.
void SetCompositeStyleToRootAndLeafs()
Specify a style for creating bounding boxes around input composite datasets.
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,...
~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()
Specify a style for creating bounding boxes around input composite datasets.
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)
If the composite style is set to SpecifiedIndex, then one or more flat indices can be specified,...
void SetCompositeStyleToLeafs()
Specify a style for creating bounding boxes around input composite datasets.
Superclass for algorithms that produce only polydata as output.