Home
last modified time | relevance | path

Searched refs:GetNthNode (Results 1 – 12 of 12) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkPolygonalSurfaceContourLineInterpolator.cxx190 rep->GetNthNode(idx1)->PointId = beginVertId; in InterpolateLine()
191 rep->GetNthNode(idx2)->PointId = endVertId; in InterpolateLine()
208 nPoints += static_cast<vtkIdType>(rep->GetNthNode(i)->Points.size() + 1); in GetContourPointIds()
218 vtkContourRepresentationNode *node = rep->GetNthNode(i); in GetContourPointIds()
H A DvtkContourRepresentation.h236 virtual vtkContourRepresentationNode *GetNthNode(int n);
H A DvtkContourRepresentation.cxx573 if ( vtkContourRepresentationNode *node = this->GetNthNode(n) ) in GetNthNodeWorldPosition()
585 vtkContourRepresentationNode * vtkContourRepresentation::GetNthNode( int n ) in GetNthNode() function in vtkContourRepresentation
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkPolygonalSurfaceContourLineInterpolator.cxx184 rep->GetNthNode(idx1)->PointId = beginVertId; in InterpolateLine()
185 rep->GetNthNode(idx2)->PointId = endVertId; in InterpolateLine()
202 nPoints += static_cast<vtkIdType>(rep->GetNthNode(i)->Points.size() + 1); in GetContourPointIds()
212 vtkContourRepresentationNode* node = rep->GetNthNode(i); in GetContourPointIds()
H A DvtkContourRepresentation.h235 virtual vtkContourRepresentationNode* GetNthNode(int n);
H A DvtkContourRepresentation.cxx536 if (vtkContourRepresentationNode* node = this->GetNthNode(n)) in GetNthNodeWorldPosition()
548 vtkContourRepresentationNode* vtkContourRepresentation::GetNthNode(int n) in GetNthNode() function in vtkContourRepresentation
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkPolygonalSurfaceContourLineInterpolator.cxx190 rep->GetNthNode(idx1)->PointId = beginVertId; in InterpolateLine()
191 rep->GetNthNode(idx2)->PointId = endVertId; in InterpolateLine()
208 nPoints += (rep->GetNthNode(i)->Points.size() + 1); in GetContourPointIds()
218 vtkContourRepresentationNode *node = rep->GetNthNode(i); in GetContourPointIds()
H A DvtkContourRepresentation.h210 virtual vtkContourRepresentationNode *GetNthNode(int n);
H A DvtkContourRepresentation.cxx573 if ( vtkContourRepresentationNode *node = this->GetNthNode(n) ) in GetNthNodeWorldPosition()
585 vtkContourRepresentationNode * vtkContourRepresentation::GetNthNode( int n ) in GetNthNode() function in vtkContourRepresentation
/dports/science/chrono/chrono-7.0.1/src/chrono/motion_functions/
H A DChFunction_Sequence.cpp172 ChFseqNode* mnode = GetNthNode(position); in GetNthFunction()
179 ChFseqNode* mnode = GetNthNode(position); in GetNthDuration()
185 ChFseqNode* ChFunction_Sequence::GetNthNode(int position) { in GetNthNode() function in chrono::ChFunction_Sequence
H A DChFunction_Sequence.h133 ChFseqNode* GetNthNode(int position);
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeViewCmd.c1221 GetNthNode(parent, position) in GetNthNode() function
3465 node = GetNthNode(entryPtr->node, entryPos);
3500 first = GetNthNode(entryPtr->node, firstPos);
3501 last = GetNthNode(entryPtr->node, lastPos);