29#ifndef vtkOutlineFilter_h 
   30#define vtkOutlineFilter_h 
   32#include "vtkFiltersModelingModule.h"  
   35VTK_ABI_NAMESPACE_BEGIN
 
   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()
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,...
 
~vtkOutlineFilter() override
 
static vtkOutlineFilter * New()
Standard methods for instantiation.
 
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.