Home
last modified time | relevance | path

Searched refs:vtkVertex (Results 1 – 25 of 114) sorted by relevance

12345

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkVertex.h27 class VTKCOMMONDATAMODEL_EXPORT vtkVertex : public vtkCell
30 static vtkVertex *New();
31 vtkTypeMacro(vtkVertex,vtkCell);
109 vtkVertex::InterpolationFunctions(pcoords,weights); in InterpolateFunctions()
113 vtkVertex::InterpolationDerivs(pcoords,derivs); in InterpolateDerivs()
117 vtkVertex();
118 ~vtkVertex() {} in ~vtkVertex()
121 vtkVertex(const vtkVertex&); // Not implemented.
122 void operator=(const vtkVertex&); // Not implemented.
126 inline int vtkVertex::GetParametricCenter(double pcoords[3]) in GetParametricCenter()
H A DvtkVertex.cxx25 vtkStandardNewMacro(vtkVertex);
29 vtkVertex::vtkVertex() in vtkVertex() function in vtkVertex
42 int vtkVertex::EvaluatePosition(double x[3], double* closestPoint, in EvaluatePosition()
73 void vtkVertex::EvaluateLocation(int& vtkNotUsed(subId), in EvaluateLocation()
110 void vtkVertex::Contour(double value, vtkDataArray *cellScalars, in Contour()
187 int vtkVertex::Triangulate(int vtkNotUsed(index),vtkIdList *ptIds, in Triangulate()
201 void vtkVertex::Derivatives(int vtkNotUsed(subId), in Derivatives()
218 void vtkVertex::Clip(double value, vtkDataArray *cellScalars, in Clip()
251 void vtkVertex::InterpolationDerivs(double [3], double derivs[3]) in InterpolationDerivs()
260 double *vtkVertex::GetParametricCoords() in GetParametricCoords()
[all …]
H A DvtkPolyVertex.h26 class vtkVertex; variable
81 vtkVertex *Vertex;
H A DvtkStructuredGrid.h53 class vtkVertex; variable
225 vtkVertex *Vertex;
H A DvtkRectilinearGrid.h40 class vtkVertex; variable
197 vtkVertex *Vertex;
H A DvtkGenericAdaptorCell.h66 class vtkVertex; variable
574 vtkVertex *Vertex; //is it used ?
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkVertex.cxx25 vtkStandardNewMacro(vtkVertex);
29 vtkVertex::vtkVertex() in vtkVertex() function in vtkVertex
42 int vtkVertex::EvaluatePosition(const double x[3], double closestPoint[3], in EvaluatePosition()
73 void vtkVertex::EvaluateLocation(int& vtkNotUsed(subId), in EvaluateLocation()
110 void vtkVertex::Contour(double value, vtkDataArray *cellScalars, in Contour()
190 int vtkVertex::Triangulate(int vtkNotUsed(index),vtkIdList *ptIds, in Triangulate()
204 void vtkVertex::Derivatives(int vtkNotUsed(subId), in Derivatives()
221 void vtkVertex::Clip(double value, vtkDataArray *cellScalars, in Clip()
254 void vtkVertex::InterpolationDerivs(const double [3], double derivs[3]) in InterpolationDerivs()
263 double *vtkVertex::GetParametricCoords() in GetParametricCoords()
[all …]
H A DvtkVertex.h30 class VTKCOMMONDATAMODEL_EXPORT vtkVertex : public vtkCell
33 static vtkVertex *New();
34 vtkTypeMacro(vtkVertex,vtkCell);
126 vtkVertex::InterpolationFunctions(pcoords,weights); in InterpolateFunctions()
130 vtkVertex::InterpolationDerivs(pcoords,derivs); in InterpolateDerivs()
135 vtkVertex();
136 ~vtkVertex() override {} in ~vtkVertex()
139 vtkVertex(const vtkVertex&) = delete;
140 void operator=(const vtkVertex&) = delete;
144 inline int vtkVertex::GetParametricCenter(double pcoords[3]) in GetParametricCenter()
H A DvtkPolyVertex.h29 class vtkVertex; variable
82 vtkVertex *Vertex;
H A DvtkStructuredGrid.h55 class vtkVertex; variable
245 vtkVertex *Vertex;
H A DvtkRectilinearGrid.h43 class vtkVertex; variable
238 vtkVertex *Vertex;
H A DvtkGenericAdaptorCell.h69 class vtkVertex; variable
622 vtkVertex *Vertex; //is it used ?
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkVertex.cxx25 vtkStandardNewMacro(vtkVertex);
29 vtkVertex::vtkVertex() in vtkVertex() function in vtkVertex
42 int vtkVertex::EvaluatePosition(const double x[3], double closestPoint[3], int& subId, in EvaluatePosition()
74 void vtkVertex::EvaluateLocation( in EvaluateLocation()
108 void vtkVertex::Contour(double value, vtkDataArray* cellScalars, in Contour()
186 int vtkVertex::Triangulate(int vtkNotUsed(index), vtkIdList* ptIds, vtkPoints* pts) in Triangulate()
199 void vtkVertex::Derivatives(int vtkNotUsed(subId), const double vtkNotUsed(pcoords)[3], in Derivatives()
238 void vtkVertex::InterpolationFunctions(const double[3], double weights[1]) in InterpolationFunctions()
244 void vtkVertex::InterpolationDerivs(const double[3], double derivs[3]) in InterpolationDerivs()
253 double* vtkVertex::GetParametricCoords() in GetParametricCoords()
[all …]
H A DvtkVertex.h30 class VTKCOMMONDATAMODEL_EXPORT vtkVertex : public vtkCell
33 static vtkVertex* New();
34 vtkTypeMacro(vtkVertex, vtkCell);
121 vtkVertex::InterpolationFunctions(pcoords, weights); in InterpolateFunctions()
125 vtkVertex::InterpolationDerivs(pcoords, derivs); in InterpolateDerivs()
130 vtkVertex();
131 ~vtkVertex() override = default;
134 vtkVertex(const vtkVertex&) = delete;
135 void operator=(const vtkVertex&) = delete;
139 inline int vtkVertex::GetParametricCenter(double pcoords[3]) in GetParametricCenter()
H A DvtkPolyVertex.h29 class vtkVertex; variable
76 vtkVertex* Vertex;
H A DvtkStructuredGrid.h55 class vtkVertex; variable
244 vtkVertex* Vertex;
H A DvtkGenericAdaptorCell.h68 class vtkVertex; variable
589 vtkVertex* Vertex; // is it used ?
H A DvtkRectilinearGrid.h44 class vtkVertex; variable
296 vtkVertex* Vertex;
/dports/math/vtk6/VTK-6.2.0/Testing/GenericBridge/
H A DvtkBridgeCellIteratorOnCellBoundaries.cxx118 vc=vtkVertex::New(); in GetCell()
155 vc=vtkVertex::New(); in GetCell()
/dports/math/vtk8/VTK-8.2.0/Testing/GenericBridge/
H A DvtkBridgeCellIteratorOnCellBoundaries.cxx118 vc=vtkVertex::New(); in GetCell()
155 vc=vtkVertex::New(); in GetCell()
/dports/math/vtk9/VTK-9.1.0/Testing/GenericBridge/
H A DvtkBridgeCellIteratorOnCellBoundaries.cxx117 vc = vtkVertex::New(); in GetCell()
154 vc = vtkVertex::New(); in GetCell()
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/Testing/Cxx/
H A DUnitTestProjectSphereFilter.cxx68 vtkSmartPointer<vtkVertex> aVertex = vtkSmartPointer<vtkVertex>::New(); in UnitTestProjectSphereFilter()
/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/Testing/Cxx/
H A DUnitTestProjectSphereFilter.cxx69 vtkSmartPointer<vtkVertex> aVertex = in UnitTestProjectSphereFilter()
70 vtkSmartPointer<vtkVertex>::New(); in UnitTestProjectSphereFilter()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkCellValidator.h80 class vtkVertex; variable
166 static State Check(vtkVertex*, double tolerance);
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkCellValidator.h80 class vtkVertex; variable
167 static State Check(vtkVertex*, double tolerance);

12345