/dports/math/vtk9/VTK-9.1.0/Common/DataModel/ |
H A D | vtkPyramid.cxx | 37 vtkStandardNewMacro(vtkPyramid); 69 constexpr vtkIdType faces[vtkPyramid::NumberOfFaces][vtkPyramid::MaximumFaceSize + 1] = { 86 constexpr vtkIdType faceToAdjacentFaces[vtkPyramid::NumberOfFaces][vtkPyramid::MaximumFaceSize] = { 93 constexpr vtkIdType pointToIncidentEdges[vtkPyramid::NumberOfPoints][vtkPyramid::MaximumValence] = { 100 constexpr vtkIdType pointToIncidentFaces[vtkPyramid::NumberOfPoints][vtkPyramid::MaximumValence] = { 107 constexpr vtkIdType pointToOneRingPoints[vtkPyramid::NumberOfPoints][vtkPyramid::MaximumValence] = { 204 bool vtkPyramid::IsInsideOut() in IsInsideOut() 220 vtkPyramid::vtkPyramid() in vtkPyramid() function in vtkPyramid 235 vtkPyramid::~vtkPyramid() in ~vtkPyramid() 425 void vtkPyramid::EvaluateLocation( in EvaluateLocation() [all …]
|
H A D | vtkPyramid.h | 43 class VTKCOMMONDATAMODEL_EXPORT vtkPyramid : public vtkCell3D 46 static vtkPyramid* New(); 47 vtkTypeMacro(vtkPyramid, vtkCell3D); 146 vtkPyramid::InterpolationFunctions(pcoords, weights); in InterpolateFunctions() 150 vtkPyramid::InterpolationDerivs(pcoords, derivs); in InterpolateDerivs() 200 vtkPyramid(); 201 ~vtkPyramid() override; 208 vtkPyramid(const vtkPyramid&) = delete; 209 void operator=(const vtkPyramid&) = delete; 213 inline int vtkPyramid::GetParametricCenter(double pcoords[3]) in GetParametricCenter()
|
H A D | vtkTriQuadraticPyramid.h | 101 class vtkPyramid; variable 209 vtkNew<vtkPyramid> Pyramid;
|
H A D | vtkQuadraticPyramid.h | 49 class vtkPyramid; variable 148 vtkPyramid* Pyramid;
|
H A D | vtkGenericAdaptorCell.h | 89 class vtkPyramid; variable 593 vtkPyramid* Pyramid;
|
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/ |
H A D | vtkPyramid.h | 40 class VTKCOMMONDATAMODEL_EXPORT vtkPyramid : public vtkCell3D 43 static vtkPyramid *New(); 44 vtkTypeMacro(vtkPyramid,vtkCell3D); 93 vtkPyramid::InterpolationFunctions(pcoords,weights); in InterpolateFunctions() 97 vtkPyramid::InterpolationDerivs(pcoords,derivs); in InterpolateDerivs() 109 vtkPyramid(); 110 ~vtkPyramid(); 117 vtkPyramid(const vtkPyramid&); // Not implemented. 118 void operator=(const vtkPyramid&); // Not implemented. 122 inline int vtkPyramid::GetParametricCenter(double pcoords[3]) in GetParametricCenter()
|
H A D | vtkPyramid.cxx | 28 vtkStandardNewMacro(vtkPyramid); 41 vtkPyramid::vtkPyramid() in vtkPyramid() function in vtkPyramid 56 vtkPyramid::~vtkPyramid() in ~vtkPyramid() 458 int *vtkPyramid::GetEdgeArray(int edgeId) in GetEdgeArray() 464 vtkCell *vtkPyramid::GetEdge(int edgeId) in GetEdge() 482 int *vtkPyramid::GetFaceArray(int faceId) in GetFaceArray() 488 vtkCell *vtkPyramid::GetFace(int faceId) in GetFace() 794 void vtkPyramid::GetEdgePoints(int edgeId, int* &pts) in GetEdgePoints() 800 void vtkPyramid::GetFacePoints(int faceId, int* &pts) in GetFacePoints() 810 double *vtkPyramid::GetParametricCoords() in GetParametricCoords() [all …]
|
H A D | vtkQuadraticPyramid.h | 46 class vtkPyramid; variable 140 vtkPyramid *Pyramid;
|
H A D | vtkGenericAdaptorCell.h | 87 class vtkPyramid; variable 578 vtkPyramid *Pyramid;
|
H A D | vtkUnstructuredGrid.h | 42 class vtkPyramid; variable 334 vtkPyramid *Pyramid;
|
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/ |
H A D | vtkPyramid.h | 43 class VTKCOMMONDATAMODEL_EXPORT vtkPyramid : public vtkCell3D 46 static vtkPyramid *New(); 47 vtkTypeMacro(vtkPyramid,vtkCell3D); 116 vtkPyramid::InterpolationFunctions(pcoords,weights); in InterpolateFunctions() 120 vtkPyramid::InterpolationDerivs(pcoords,derivs); in InterpolateDerivs() 136 vtkPyramid(); 137 ~vtkPyramid() override; 144 vtkPyramid(const vtkPyramid&) = delete; 145 void operator=(const vtkPyramid&) = delete; 149 inline int vtkPyramid::GetParametricCenter(double pcoords[3]) in GetParametricCenter()
|
H A D | vtkPyramid.cxx | 28 vtkStandardNewMacro(vtkPyramid); 91 vtkPyramid::vtkPyramid() in vtkPyramid() function in vtkPyramid 106 vtkPyramid::~vtkPyramid() in ~vtkPyramid() 478 int *vtkPyramid::GetTriangleCases(int caseId) in GetTriangleCases() 484 int *vtkPyramid::GetEdgeArray(int edgeId) in GetEdgeArray() 490 vtkCell *vtkPyramid::GetEdge(int edgeId) in GetEdge() 508 int *vtkPyramid::GetFaceArray(int faceId) in GetFaceArray() 514 vtkCell *vtkPyramid::GetFace(int faceId) in GetFace() 820 void vtkPyramid::GetEdgePoints(int edgeId, int* &pts) in GetEdgePoints() 826 void vtkPyramid::GetFacePoints(int faceId, int* &pts) in GetFacePoints() [all …]
|
H A D | vtkQuadraticPyramid.h | 49 class vtkPyramid; variable 158 vtkPyramid *Pyramid;
|
H A D | vtkGenericAdaptorCell.h | 90 class vtkPyramid; variable 626 vtkPyramid *Pyramid;
|
H A D | vtkUnstructuredGrid.h | 51 class vtkPyramid; variable 359 vtkPyramid *Pyramid;
|
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/ |
H A D | TestCellCenters.cxx | 53 vtkSmartPointer<vtkPyramid> MakePyramid() in MakePyramid() 55 vtkSmartPointer<vtkPyramid> aPyramid = vtkSmartPointer<vtkPyramid>::New(); in MakePyramid() 118 vtkSmartPointer<vtkPyramid> pyramid = MakePyramid(); in TestCellCenters()
|
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/ |
H A D | vtkFLUENTReader.h | 47 class vtkPyramid; variable 226 vtkPyramid *Pyramid;
|
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/ |
H A D | vtkFLUENTReader.h | 44 class vtkPyramid; variable 203 vtkPyramid *Pyramid;
|
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/ |
H A D | vtkFLUENTReader.h | 47 class vtkPyramid; variable 225 vtkPyramid* Pyramid;
|
/dports/math/vtk8/VTK-8.2.0/Filters/General/ |
H A D | vtkCellValidator.h | 93 class vtkPyramid; variable 179 static State Check(vtkPyramid*, double tolerance);
|
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/ |
H A D | quadCellConsistency.cxx | 207 vtkPyramid *pyr= vtkPyramid::New(); in quadCellConsistency()
|
H A D | TestInterpolationDerivs.cxx | 127 r += TestOneInterpolationDerivs<vtkPyramid>(); in TestInterpolationDerivs()
|
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/ |
H A D | quadCellConsistency.cxx | 207 vtkPyramid *pyr= vtkPyramid::New(); in quadCellConsistency()
|
/dports/math/vtk9/VTK-9.1.0/Filters/General/ |
H A D | vtkCellValidator.h | 93 class vtkPyramid; variable 180 static State Check(vtkPyramid*, double tolerance);
|
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/ |
H A D | TestInterpolationDerivs.cxx | 129 r += TestOneInterpolationDerivs<vtkPyramid>(); in TestInterpolationDerivs()
|