26#ifndef vtkTessellatedBoxSource_h
27#define vtkTessellatedBoxSource_h
29#include "vtkFiltersSourcesModule.h"
32VTK_ABI_NAMESPACE_BEGIN
141 double facePoints[3][3],
int changed);
object to represent cell connectivity
a simple class to control print indentation
represent and manipulate 3D points
Create a polygonal representation of a box with a given level of subdivision.
static vtkBiQuadraticQuadraticHexahedron * New()
void PrintSelf(ostream &os, vtkIndent indent) override
int OutputPointsPrecision
#define vtkPolyDataAlgorithm
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
~vtkTessellatedBoxSource() override
vtkTessellatedBoxSource()
vtkIdType LocalFacePointCoordinatesToPointId(int f, int i, int j)
Compute the pointId of point (i,j) of face f.
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.
vtkTypeBool DuplicateSharedPoints
void DuplicateSharedPointsMethod(double *bounds, vtkPoints *points, vtkCellArray *polys)
void MinimalPointsMethod(double *bounds, vtkPoints *points, vtkCellArray *polys)