Home
last modified time | relevance | path

Searched refs:vtkHexahedron (Results 1 – 25 of 147) sorted by relevance

123456

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkHexahedron.cxx37 vtkStandardNewMacro(vtkHexahedron);
49 vtkHexahedron::vtkHexahedron() in vtkHexahedron() function in vtkHexahedron
64 vtkHexahedron::~vtkHexahedron() in ~vtkHexahedron()
281 void vtkHexahedron::EvaluateLocation( in EvaluateLocation()
402 constexpr vtkIdType faces[vtkHexahedron::NumberOfFaces][vtkHexahedron::MaximumFaceSize + 1] = {
475 bool vtkHexahedron::ComputeCentroid( in ComputeCentroid()
882 void vtkHexahedron::Derivatives( in Derivatives()
958 return vtkHexahedron::MaximumValence; in GetPointToOneRingPoints()
966 return vtkHexahedron::MaximumValence; in GetPointToIncidentFaces()
974 return vtkHexahedron::MaximumValence; in GetPointToIncidentEdges()
[all …]
H A DvtkHexahedron.h41 class VTKCOMMONDATAMODEL_EXPORT vtkHexahedron : public vtkCell3D
44 static vtkHexahedron* New();
45 vtkTypeMacro(vtkHexahedron, vtkCell3D);
139 vtkHexahedron::InterpolationFunctions(pcoords, weights); in InterpolateFunctions()
143 vtkHexahedron::InterpolationDerivs(pcoords, derivs); in InterpolateDerivs()
198 vtkHexahedron();
199 ~vtkHexahedron() override;
205 vtkHexahedron(const vtkHexahedron&) = delete;
206 void operator=(const vtkHexahedron&) = delete;
H A DvtkHigherOrderHexahedron.h39 class vtkHexahedron; variable
125 vtkHexahedron* GetApprox();
128 virtual vtkHexahedron* GetApproximateHex(
133 vtkSmartPointer<vtkHexahedron> Approx;
H A DvtkLagrangeHexahedron.h37 class vtkHexahedron; variable
64 vtkHexahedron* GetApproximateHex(
H A DvtkBezierHexahedron.h38 class vtkHexahedron; variable
74 vtkHexahedron* GetApproximateHex(
H A DvtkTriQuadraticHexahedron.h79 class vtkHexahedron; variable
171 vtkHexahedron* Hex;
H A DvtkQuadraticHexahedron.h42 class vtkHexahedron; variable
134 vtkHexahedron* Hex;
H A DvtkLagrangeHexahedron.cxx88 vtkHexahedron* vtkLagrangeHexahedron::GetApproximateHex( in GetApproximateHex()
91 vtkHexahedron* approx = this->GetApprox(); in GetApproximateHex()
H A DvtkBiQuadraticQuadraticHexahedron.h77 class vtkHexahedron; variable
170 vtkHexahedron* Hex;
H A DvtkHigherOrderHexahedron.cxx342 vtkHexahedron* approx = this->GetApproximateHex(subCell, nullptr, nullptr); in EvaluatePosition()
406 vtkHexahedron* approx = in Contour()
422 vtkHexahedron* approx = in Clip()
472 vtkHexahedron* approx = this->GetApproximateHex(i); in Triangulate()
540 vtkHexahedron* vtkHigherOrderHexahedron::GetApprox() in GetApprox()
544 this->Approx = vtkSmartPointer<vtkHexahedron>::New(); in GetApprox()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkHexahedron.h38 class VTKCOMMONDATAMODEL_EXPORT vtkHexahedron : public vtkCell3D
41 static vtkHexahedron *New();
42 vtkTypeMacro(vtkHexahedron,vtkCell3D);
87 vtkHexahedron::InterpolationFunctions(pcoords,weights); in InterpolateFunctions()
91 vtkHexahedron::InterpolationDerivs(pcoords,derivs); in InterpolateDerivs()
107 vtkHexahedron();
108 ~vtkHexahedron();
114 vtkHexahedron(const vtkHexahedron&); // Not implemented.
115 void operator=(const vtkHexahedron&); // Not implemented.
H A DvtkHexahedron.cxx28 vtkStandardNewMacro(vtkHexahedron);
37 vtkHexahedron::vtkHexahedron() in vtkHexahedron() function in vtkHexahedron
52 vtkHexahedron::~vtkHexahedron() in ~vtkHexahedron()
443 int *vtkHexahedron::GetEdgeArray(int edgeId) in GetEdgeArray()
449 vtkCell *vtkHexahedron::GetEdge(int edgeId) in GetEdge()
467 int *vtkHexahedron::GetFaceArray(int faceId) in GetFaceArray()
473 vtkCell *vtkHexahedron::GetFace(int faceId) in GetFace()
715 void vtkHexahedron::GetEdgePoints(int edgeId, int* &pts) in GetEdgePoints()
721 void vtkHexahedron::GetFacePoints(int faceId, int* &pts) in GetFacePoints()
732 double *vtkHexahedron::GetParametricCoords() in GetParametricCoords()
[all …]
H A DvtkTriQuadraticHexahedron.h76 class vtkHexahedron; variable
159 vtkHexahedron *Hex;
H A DvtkQuadraticHexahedron.h39 class vtkHexahedron; variable
127 vtkHexahedron *Hex;
H A DvtkBiQuadraticQuadraticHexahedron.h75 class vtkHexahedron; variable
163 vtkHexahedron *Hex;
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkHexahedron.h41 class VTKCOMMONDATAMODEL_EXPORT vtkHexahedron : public vtkCell3D
44 static vtkHexahedron *New();
45 vtkTypeMacro(vtkHexahedron,vtkCell3D);
109 vtkHexahedron::InterpolationFunctions(pcoords,weights); in InterpolateFunctions()
113 vtkHexahedron::InterpolationDerivs(pcoords,derivs); in InterpolateDerivs()
134 vtkHexahedron();
135 ~vtkHexahedron() override;
141 vtkHexahedron(const vtkHexahedron&) = delete;
142 void operator=(const vtkHexahedron&) = delete;
H A DvtkHexahedron.cxx28 vtkStandardNewMacro(vtkHexahedron);
40 vtkHexahedron::vtkHexahedron() in vtkHexahedron() function in vtkHexahedron
55 vtkHexahedron::~vtkHexahedron() in ~vtkHexahedron()
461 int *vtkHexahedron::GetEdgeArray(int edgeId) in GetEdgeArray()
470 int *vtkHexahedron::GetTriangleCases(int caseId) in GetTriangleCases()
476 vtkCell *vtkHexahedron::GetEdge(int edgeId) in GetEdge()
494 int *vtkHexahedron::GetFaceArray(int faceId) in GetFaceArray()
500 vtkCell *vtkHexahedron::GetFace(int faceId) in GetFace()
742 void vtkHexahedron::GetEdgePoints(int edgeId, int* &pts) in GetEdgePoints()
748 void vtkHexahedron::GetFacePoints(int faceId, int* &pts) in GetFacePoints()
[all …]
H A DvtkLagrangeHexahedron.h37 class vtkHexahedron; variable
111 vtkHexahedron* GetApprox();
113 vtkHexahedron* GetApproximateHex(
118 vtkSmartPointer<vtkHexahedron> Approx;
H A DvtkLagrangeHexahedron.cxx342 vtkHexahedron* approx = this->GetApproximateHex(subCell, nullptr, nullptr); in EvaluatePosition()
414vtkHexahedron* approx = this->GetApproximateHex(i, this->CellScalars.GetPointer(), this->Scalars.G… in Contour()
437vtkHexahedron* approx = this->GetApproximateHex(i, this->CellScalars.GetPointer(), this->Scalars.G… in Clip()
498 vtkHexahedron* approx = this->GetApproximateHex(i); in Triangulate()
609 vtkHexahedron* vtkLagrangeHexahedron::GetApprox() in GetApprox()
613 this->Approx = vtkSmartPointer<vtkHexahedron>::New(); in GetApprox()
654 vtkHexahedron* vtkLagrangeHexahedron::GetApproximateHex( in GetApproximateHex()
657 vtkHexahedron* approx = this->GetApprox(); in GetApproximateHex()
H A DvtkTriQuadraticHexahedron.h79 class vtkHexahedron; variable
179 vtkHexahedron *Hex;
H A DvtkBiQuadraticQuadraticHexahedron.h77 class vtkHexahedron; variable
179 vtkHexahedron *Hex;
H A DvtkQuadraticHexahedron.h42 class vtkHexahedron; variable
144 vtkHexahedron *Hex;
/dports/math/vtk6/VTK-6.2.0/Accelerators/Dax/vtkToDax/
H A DCellTypeToType.h24 class vtkHexahedron; variable
46 template<> struct CellTypeToType<vtkHexahedron>
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Cxx/
H A DTestMergeCells.cxx33 static vtkNew<vtkHexahedron> MakeHexahedron(double origin[3], double length);
35 vtkNew<vtkHexahedron> MakeHexahedron(double origin[3], double length) in MakeHexahedron()
37 vtkNew<vtkHexahedron> aHexahedron; in MakeHexahedron()
H A DTestCellValidator.cxx104 static vtkSmartPointer<vtkHexahedron> MakeHexahedron();
105 static vtkSmartPointer<vtkHexahedron> MakeHexahedronConvexityNonTrivial();
106 static vtkSmartPointer<vtkHexahedron> MakeBrokenHexahedron();
163 vtkSmartPointer<vtkHexahedron> hexahedron = MakeHexahedron(); in TestCellValidator()
164 vtkSmartPointer<vtkHexahedron> hexahedronConvexityNonTrivial = in TestCellValidator()
462 vtkSmartPointer<vtkHexahedron> MakeHexahedron() in MakeHexahedron()
464 auto aHexahedron = vtkSmartPointer<vtkHexahedron>::New(); in MakeHexahedron()
483 vtkSmartPointer<vtkHexahedron> MakeHexahedronConvexityNonTrivial() in MakeHexahedronConvexityNonTrivial()
487 auto aHexahedron = vtkSmartPointer<vtkHexahedron>::New(); in MakeHexahedronConvexityNonTrivial()
506 vtkSmartPointer<vtkHexahedron> MakeBrokenHexahedron() in MakeBrokenHexahedron()
[all …]

123456