Home
last modified time | relevance | path

Searched refs:vtkBezierHexahedron (Results 1 – 10 of 10) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkBezierHexahedron.cxx37 vtkStandardNewMacro(vtkBezierHexahedron);
39 vtkBezierHexahedron::vtkBezierHexahedron() = default;
41 vtkBezierHexahedron::~vtkBezierHexahedron() = default;
43 void vtkBezierHexahedron::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
48 vtkCell* vtkBezierHexahedron::GetEdge(int edgeId) in GetEdge()
83 vtkCell* vtkBezierHexahedron::GetFace(int faceId) in GetFace()
121 void vtkBezierHexahedron::EvaluateLocationProjectedNode( in EvaluateLocationProjectedNode()
137 vtkHexahedron* vtkBezierHexahedron::GetApproximateHex( in GetApproximateHex()
215 void vtkBezierHexahedron::SetRationalWeightsFromPointData( in SetRationalWeightsFromPointData()
231 vtkDoubleArray* vtkBezierHexahedron::GetRationalWeights() in GetRationalWeights()
[all …]
H A DvtkBezierHexahedron.h49 class VTKCOMMONDATAMODEL_EXPORT vtkBezierHexahedron : public vtkHigherOrderHexahedron
52 static vtkBezierHexahedron* New();
53 vtkTypeMacro(vtkBezierHexahedron, vtkHigherOrderHexahedron);
76 vtkBezierHexahedron();
77 ~vtkBezierHexahedron() override;
85 vtkBezierHexahedron(const vtkBezierHexahedron&) = delete;
86 void operator=(const vtkBezierHexahedron&) = delete;
H A DvtkUnstructuredGrid.h43 class vtkBezierHexahedron; variable
519 vtkBezierHexahedron* BezierHexahedron;
H A DvtkDataSet.cxx422 vtkBezierHexahedron* cellBezier = in SetCellOrderAndRationalWeights()
423 dynamic_cast<vtkBezierHexahedron*>(cell->GetRepresentativeCell()); in SetCellOrderAndRationalWeights()
H A DvtkGenericCell.cxx411 cell = vtkBezierHexahedron::New(); in InstantiateCell()
H A DvtkUnstructuredGrid.cxx631 this->BezierHexahedron = vtkBezierHexahedron::New(); in GetCell()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkCellValidator.h125 class vtkBezierHexahedron; variable
212 static State Check(vtkBezierHexahedron*, double tolerance);
H A DvtkCellValidator.cxx501 CheckCase(VTK_BEZIER_HEXAHEDRON, vtkBezierHexahedron); in Check()
1837 vtkCellValidator::State vtkCellValidator::Check(vtkBezierHexahedron* hexahedron, double tolerance) in Check()
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Cxx/
H A DTestCellValidator.cxx146 static vtkSmartPointer<vtkBezierHexahedron> MakeBezierHexahedron();
207 vtkSmartPointer<vtkBezierHexahedron> bezierHexahedron = MakeBezierHexahedron(); in TestCellValidator()
1226 vtkSmartPointer<vtkBezierHexahedron> MakeBezierHexahedron() in MakeBezierHexahedron()
1230 auto hexahedron = vtkSmartPointer<vtkBezierHexahedron>::New(); in MakeBezierHexahedron()
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkCellTypeSource.cxx2367 int connidx = vtkBezierHexahedron::PointIndexFromIJK(m, n, p, order); in GenerateBezierHexes()