Go to the documentation of this file.
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];
represent and manipulate 3D points
Objects for depth-first traversal HyperTreeGrids.
unsigned int Orientation
Orientation of input grid when dimension < 3.
virtual int DataSetExecute(vtkDataSet *input, vtkPolyData *output)
vtkDataSetAttributes * InData
Adaptively extract dataset surface.
bool ParallelProjection
Parallel projection parameter for adaptive view.
represent and manipulate attribute data in a dataset
int Axis2
Second axis parameter for adaptive view.
vtkPoints * Points
Storage for points of output unstructured mesh.
vtkDataSetAttributes * OutData
int Axis1
First axis parameter for adaptive view.
Extracts outer (polygonal) surface.
static vtkDataSetSurfaceFilter * New()
virtual vtkMTimeType GetMTime()
Return this object's modified time.
double LastCameraParallelScale
Last camera parallel scale for adaptive view.
a simple class to control print indentation
object to represent cell connectivity
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.
vtkRenderer * Renderer
Pointer to the renderer in use.
int LevelMax
Maximum depth parameter for adaptive view.
abstract class to specify dataset behavior
vtkCellArray * Cells
Storage for cells of output unstructured mesh.
abstract specification for renderers
double Radius
Radius parameter for adaptive view.
concrete dataset represents vertices, lines, polygons, and triangle strips
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
dynamic, self-adjusting array of bits
double Scale
Scale factor for adaptive view.
unsigned int Dimension
Dimension of input grid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
vtkTypeUInt32 vtkMTimeType