35 #ifndef vtkAdaptiveDataSetSurfaceFilter_h 36 #define vtkAdaptiveDataSetSurfaceFilter_h 38 #include "vtkFiltersHybridModule.h" 65 vtkSetMacro(Scale,
double);
109 void AddFace(
vtkIdType,
double*,
double*,
int,
unsigned int );
167 int LastRendererSize[2];
172 double LastCameraFocalPoint[3];
virtual int DataSetExecute(vtkDataSet *input, vtkPolyData *output)
Direct access methods that can be used to use the this class as an algorithm without using it as a fi...
vtkDataSetAttributes * OutData
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
unsigned int Dimension
Dimension of input grid.
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
unsigned int Orientation
Orientation of input grid when dimension < 3.
vtkCellArray * Cells
Storage for cells of output unstructured mesh.
Adaptively extract dataset surface.
Objects for depth-first traversal HyperTreeGrids.
bool ParallelProjection
Parallel projection parameter for adaptive view.
double Radius
Radius parameter for adaptive view.
a simple class to control print indentation
a virtual camera for 3D rendering
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
static vtkDataSetSurfaceFilter * New()
int Axis1
First axis parameter for adaptive view.
represent and manipulate attribute data in a dataset
double LastCameraParallelScale
Last camera parallel scale for adaptive view.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkPoints * Points
Storage for points of output unstructured mesh.
object to represent cell connectivity
double Scale
Scale factor for adaptive view.
dynamic, self-adjusting array of bits
int Axis2
Second axis parameter for adaptive view.
vtkRenderer * Renderer
Pointer to the renderer in use.
Extracts outer (polygonal) surface.
int LevelMax
Maximum depth parameter for adaptive view.
represent and manipulate 3D points
vtkDataSetAttributes * InData