64#ifndef vtkTessellatedBoxSource_h
65#define vtkTessellatedBoxSource_h
67#include "vtkFiltersSourcesModule.h"
82 vtkSetVector6Macro(Bounds,
double);
93 vtkGetVector6Macro(Bounds,
double);
101 vtkSetMacro(Level,
int);
109 vtkGetMacro(Level,
int);
140 vtkSetMacro(OutputPointsPrecision,
int);
141 vtkGetMacro(OutputPointsPrecision,
int);
178 double facePoints[3][3],
int changed);
object to represent cell connectivity
a simple class to control print indentation
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.
Create a polygonal representation of a box with a given level of subdivision.
vtkIdType LocalFacePointCoordinatesToPointId(int f, int i, int j)
Compute the pointId of point (i,j) of face f.
vtkTessellatedBoxSource()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Called by the superclass.
vtkTypeBool DuplicateSharedPoints
void MinimalPointsMethod(double *bounds, vtkPoints *points, vtkCellArray *polys)
~vtkTessellatedBoxSource() override
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTessellatedBoxSource * New()
void BuildFace(vtkPoints *points, vtkCellArray *polys, vtkIdType firstPointId, double facePoints[3][3], int changed)
Build one of the face of the box with some level of tessellation.
void DuplicateSharedPointsMethod(double *bounds, vtkPoints *points, vtkCellArray *polys)