Home
last modified time | relevance | path

Searched refs:vtkVoxel (Results 1 – 25 of 122) sorted by relevance

12345

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkVoxel.cxx37 vtkStandardNewMacro(vtkVoxel);
41 vtkVoxel::vtkVoxel() in vtkVoxel() function in vtkVoxel
60 vtkVoxel::~vtkVoxel() in ~vtkVoxel()
102 bool vtkVoxel::IsInsideOut() in IsInsideOut()
184 void vtkVoxel::EvaluateLocation( in EvaluateLocation()
205 int vtkVoxel::Inflate(double dist) in Inflate()
387 constexpr vtkIdType faces[vtkVoxel::NumberOfFaces][vtkVoxel::MaximumFaceSize + 1] = {
409 constexpr vtkIdType faceToAdjacentFaces[vtkVoxel::NumberOfFaces][vtkVoxel::MaximumFaceSize] = {
417 constexpr vtkIdType pointToIncidentEdges[vtkVoxel::NumberOfPoints][vtkVoxel::MaximumValence] = {
427 constexpr vtkIdType pointToIncidentFaces[vtkVoxel::NumberOfPoints][vtkVoxel::MaximumValence] = {
[all …]
H A DvtkVoxel.h38 class VTKCOMMONDATAMODEL_EXPORT vtkVoxel : public vtkCell3D
41 static vtkVoxel* New();
42 vtkTypeMacro(vtkVoxel, vtkCell3D);
144 vtkVoxel::InterpolationFunctions(pcoords, weights); in InterpolateFunctions()
148 vtkVoxel::InterpolationDerivs(pcoords, derivs); in InterpolateDerivs()
212 vtkVoxel();
213 ~vtkVoxel() override;
216 vtkVoxel(const vtkVoxel&) = delete;
217 void operator=(const vtkVoxel&) = delete;
H A DvtkImplicitVolume.cxx79 vtkVoxel::InterpolationFunctions(pcoords, weights); in EvaluateFunction()
137 vtkVoxel::InterpolationFunctions(pcoords, weights); in EvaluateGradient()
H A DvtkRectilinearGrid.h47 class vtkVoxel; variable
299 vtkVoxel* Voxel;
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkVoxel.h35 class VTKCOMMONDATAMODEL_EXPORT vtkVoxel : public vtkCell3D
38 static vtkVoxel *New();
39 vtkTypeMacro(vtkVoxel,vtkCell3D);
81 vtkVoxel::InterpolationFunctions(pcoords,weights); in InterpolateFunctions()
85 vtkVoxel::InterpolationDerivs(pcoords,derivs); in InterpolateDerivs()
101 vtkVoxel();
102 ~vtkVoxel();
105 vtkVoxel(const vtkVoxel&); // Not implemented.
106 void operator=(const vtkVoxel&); // Not implemented.
H A DvtkVoxel.cxx29 vtkStandardNewMacro(vtkVoxel);
33 vtkVoxel::vtkVoxel() in vtkVoxel() function in vtkVoxel
52 vtkVoxel::~vtkVoxel() in ~vtkVoxel()
370 int *vtkVoxel::GetEdgeArray(int edgeId) in GetEdgeArray()
376 vtkCell *vtkVoxel::GetEdge(int edgeId) in GetEdge()
399 int *vtkVoxel::GetFaceArray(int faceId) in GetFaceArray()
405 vtkCell *vtkVoxel::GetFace(int faceId) in GetFace()
593 void vtkVoxel::GetEdgePoints(int edgeId, int* &pts) in GetEdgePoints()
599 void vtkVoxel::GetFacePoints(int faceId, int* &pts) in GetFacePoints()
610 double *vtkVoxel::GetParametricCoords() in GetParametricCoords()
[all …]
H A DvtkImplicitVolume.cxx75 vtkVoxel::InterpolationFunctions(pcoords,weights); in EvaluateFunction()
130 vtkVoxel::InterpolationFunctions(pcoords,weights); in EvaluateGradient()
H A DvtkRectilinearGrid.h43 class vtkVoxel; variable
200 vtkVoxel *Voxel;
H A DvtkHyperOctree.h137 class vtkVoxel; variable
545 vtkVoxel *Voxel;
H A DvtkHyperTreeGrid.h57 class vtkVoxel; variable
427 vtkVoxel* Voxel;
H A DvtkUnstructuredGrid.h59 class vtkVoxel; variable
331 vtkVoxel *Voxel;
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkVoxel.h38 class VTKCOMMONDATAMODEL_EXPORT vtkVoxel : public vtkCell3D
41 static vtkVoxel *New();
42 vtkTypeMacro(vtkVoxel,vtkCell3D);
93 vtkVoxel::InterpolationFunctions(pcoords,weights); in InterpolateFunctions()
97 vtkVoxel::InterpolationDerivs(pcoords,derivs); in InterpolateDerivs()
127 vtkVoxel();
128 ~vtkVoxel() override;
131 vtkVoxel(const vtkVoxel&) = delete;
132 void operator=(const vtkVoxel&) = delete;
H A DvtkVoxel.cxx29 vtkStandardNewMacro(vtkVoxel);
33 vtkVoxel::vtkVoxel() in vtkVoxel() function in vtkVoxel
52 vtkVoxel::~vtkVoxel() in ~vtkVoxel()
373 int *vtkVoxel::GetEdgeArray(int edgeId) in GetEdgeArray()
382 int *vtkVoxel::GetTriangleCases(int caseId) in GetTriangleCases()
388 vtkCell *vtkVoxel::GetEdge(int edgeId) in GetEdge()
411 int *vtkVoxel::GetFaceArray(int faceId) in GetFaceArray()
417 vtkCell *vtkVoxel::GetFace(int faceId) in GetFace()
605 void vtkVoxel::GetEdgePoints(int edgeId, int* &pts) in GetEdgePoints()
611 void vtkVoxel::GetFacePoints(int faceId, int* &pts) in GetFacePoints()
[all …]
H A DvtkImplicitVolume.cxx75 vtkVoxel::InterpolationFunctions(pcoords,weights); in EvaluateFunction()
134 vtkVoxel::InterpolationFunctions(pcoords,weights); in EvaluateGradient()
H A DvtkRectilinearGrid.h46 class vtkVoxel; variable
241 vtkVoxel *Voxel;
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkRecursiveDividingCubes.h40 class vtkVoxel; variable
82 vtkVoxel *Voxel;
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkRecursiveDividingCubes.h43 class vtkVoxel; variable
94 vtkVoxel *Voxel;
H A DvtkCellValidator.h90 class vtkVoxel; variable
176 static State Check(vtkVoxel*, double tolerance);
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkRecursiveDividingCubes.h43 class vtkVoxel; variable
94 vtkVoxel* Voxel;
H A DvtkCellValidator.h90 class vtkVoxel; variable
177 static State Check(vtkVoxel*, double tolerance);
/dports/math/vtk6/VTK-6.2.0/Accelerators/Dax/vtkToDax/
H A DCellTypeToType.h28 class vtkVoxel; variable
75 template<> struct CellTypeToType<vtkVoxel>
/dports/math/vtk8/VTK-8.2.0/Filters/HyperTree/
H A DvtkHyperTreeGridContour.h56 class vtkVoxel; variable
151 vtkVoxel* Voxel;
/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/
H A DvtkHyperTreeGridContour.h56 class vtkVoxel; variable
153 vtkVoxel* Voxel;
/dports/math/vtk6/VTK-6.2.0/Accelerators/Dax/
H A DvtkDaxContourImpl.h110 dataDispatcher.Add<vtkImageData,vtkVoxel>(contour); in dispatchOnFieldType()
111 dataDispatcher.Add<vtkUniformGrid,vtkVoxel>(contour); in dispatchOnFieldType()
H A DvtkDaxThresholdImpl.h126 dataDispatcher.Add<vtkImageData,vtkVoxel>(threshold); in dispatchOnFieldType()
127 dataDispatcher.Add<vtkUniformGrid,vtkVoxel>(threshold); in dispatchOnFieldType()

12345