Home
last modified time | relevance | path

Searched refs:vtkLagrangeCurve (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkLagrangeCurve.cxx31 vtkStandardNewMacro(vtkLagrangeCurve);
33 vtkLagrangeCurve::vtkLagrangeCurve() in vtkLagrangeCurve() function in vtkLagrangeCurve
47 vtkLagrangeCurve::~vtkLagrangeCurve() = default;
63 void vtkLagrangeCurve::Initialize() in Initialize()
67 int vtkLagrangeCurve::CellBoundary( in CellBoundary()
82 int vtkLagrangeCurve::EvaluatePosition( in EvaluatePosition()
136 void vtkLagrangeCurve::EvaluateLocation( in EvaluateLocation()
157 void vtkLagrangeCurve::Contour( in Contour()
181 void vtkLagrangeCurve::Clip( in Clip()
248 int vtkLagrangeCurve::Triangulate( in Triangulate()
[all …]
H A DvtkLagrangeCurve.h37 class VTKCOMMONDATAMODEL_EXPORT vtkLagrangeCurve : public vtkNonLinearCell
40 static vtkLagrangeCurve* New();
41 vtkTypeMacro(vtkLagrangeCurve,vtkNonLinearCell);
97 vtkLagrangeCurve();
98 ~vtkLagrangeCurve() override;
116 vtkLagrangeCurve(const vtkLagrangeCurve&) = delete;
117 void operator=(const vtkLagrangeCurve&) = delete;
120 inline int vtkLagrangeCurve::GetParametricCenter(double center[3]) in GetParametricCenter()
H A DvtkLagrangeTriangle.h46 class vtkLagrangeCurve; variable
130 vtkLagrangeCurve *Edge;
H A DvtkLagrangeQuadrilateral.h31 class vtkLagrangeCurve; variable
115 vtkNew<vtkLagrangeCurve> EdgeCell;
H A DvtkLagrangeTetra.h54 class vtkLagrangeCurve; variable
137 vtkLagrangeCurve *Edge;
H A DvtkLagrangeHexahedron.h39 class vtkLagrangeCurve; variable
126 vtkNew<vtkLagrangeCurve> EdgeCell;
H A DvtkLagrangeWedge.h51 class vtkLagrangeCurve; variable
143 vtkNew<vtkLagrangeCurve> BdyEdge;
H A DvtkUnstructuredGrid.h40 class vtkLagrangeCurve; variable
342 vtkLagrangeCurve *LagrangeCurve;
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkLagrangeCurve.cxx30 vtkStandardNewMacro(vtkLagrangeCurve);
31 vtkLagrangeCurve::vtkLagrangeCurve() = default;
33 vtkLagrangeCurve::~vtkLagrangeCurve() = default;
35 void vtkLagrangeCurve::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
47 vtkLine* vtkLagrangeCurve::GetApproximateLine( in GetApproximateLine()
79 void vtkLagrangeCurve::InterpolateFunctions(const double pcoords[3], double* weights) in InterpolateFunctions()
84 void vtkLagrangeCurve::InterpolateDerivs(const double pcoords[3], double* derivs) in InterpolateDerivs()
H A DvtkLagrangeCurve.h37 class VTKCOMMONDATAMODEL_EXPORT vtkLagrangeCurve : public vtkHigherOrderCurve
40 static vtkLagrangeCurve* New();
41 vtkTypeMacro(vtkLagrangeCurve, vtkHigherOrderCurve);
51 vtkLagrangeCurve();
52 ~vtkLagrangeCurve() override;
55 vtkLagrangeCurve(const vtkLagrangeCurve&) = delete;
56 void operator=(const vtkLagrangeCurve&) = delete;
H A DvtkLagrangeWedge.h51 class vtkLagrangeCurve; variable
80 vtkNew<vtkLagrangeCurve> BdyEdge;
82 vtkNew<vtkLagrangeCurve> EdgeCell;
H A DvtkLagrangeTriangle.h40 class vtkLagrangeCurve; variable
63 vtkNew<vtkLagrangeCurve> EdgeCell;
H A DvtkLagrangeTetra.h40 class vtkLagrangeCurve; variable
63 vtkNew<vtkLagrangeCurve> EdgeCell;
H A DvtkLagrangeQuadrilateral.h31 class vtkLagrangeCurve; variable
61 vtkNew<vtkLagrangeCurve> EdgeCell;
H A DvtkLagrangeHexahedron.h39 class vtkLagrangeCurve; variable
70 vtkNew<vtkLagrangeCurve> EdgeCell;
H A DvtkLagrangeQuadrilateral.cxx44 vtkLagrangeCurve* result = EdgeCell; in GetEdge()
H A DvtkLagrangeWedge.cxx51 vtkLagrangeCurve* result = EdgeCell; in GetEdge()
H A DvtkUnstructuredGrid.h52 class vtkLagrangeCurve; variable
523 vtkLagrangeCurve* LagrangeCurve;
H A DvtkLagrangeHexahedron.cxx50 vtkLagrangeCurve* result = EdgeCell; in GetEdge()
H A DvtkLagrangeTriangle.cxx46 vtkLagrangeCurve* result = EdgeCell; in GetEdge()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkCellValidator.h114 class vtkLagrangeCurve; variable
200 static State Check(vtkLagrangeCurve*, double tolerance);
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkCellValidator.h115 class vtkLagrangeCurve; variable
202 static State Check(vtkLagrangeCurve*, double tolerance);
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DLagrangeHexahedron.cxx367 vtkLagrangeCurve* cc = vtkLagrangeCurve::SafeDownCast(hex->GetEdge(edgeId)); in TestGetEdge()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DLagrangeHexahedron.cxx360 vtkLagrangeCurve* cc = vtkLagrangeCurve::SafeDownCast(hex->GetEdge(edgeId)); in TestGetEdge()
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Cxx/
H A DTestCellValidator.cxx121 static vtkSmartPointer<vtkLagrangeCurve> MakeLagrangeCurve();
170 vtkSmartPointer<vtkLagrangeCurve> lagrangeCurve = MakeLagrangeCurve(); in TestCellValidator()
965 vtkSmartPointer<vtkLagrangeCurve> MakeLagrangeCurve() in MakeLagrangeCurve()
969 vtkSmartPointer<vtkLagrangeCurve> curve = in MakeLagrangeCurve()
970 vtkSmartPointer<vtkLagrangeCurve>::New(); in MakeLagrangeCurve()

12