/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/ |
H A D | vtkPolygonalSurfaceContourLineInterpolator.cxx | 190 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 D | vtkContourRepresentation.h | 236 virtual vtkContourRepresentationNode *GetNthNode(int n);
|
H A D | vtkContourRepresentation.cxx | 573 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 D | vtkPolygonalSurfaceContourLineInterpolator.cxx | 184 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 D | vtkContourRepresentation.h | 235 virtual vtkContourRepresentationNode* GetNthNode(int n);
|
H A D | vtkContourRepresentation.cxx | 536 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 D | vtkPolygonalSurfaceContourLineInterpolator.cxx | 190 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 D | vtkContourRepresentation.h | 210 virtual vtkContourRepresentationNode *GetNthNode(int n);
|
H A D | vtkContourRepresentation.cxx | 573 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 D | ChFunction_Sequence.cpp | 172 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 D | ChFunction_Sequence.h | 133 ChFseqNode* GetNthNode(int position);
|
/dports/x11-toolkits/blt/blt2.5/generic/ |
H A D | bltTreeViewCmd.c | 1221 GetNthNode(parent, position) in GetNthNode() function 3465 node = GetNthNode(entryPtr->node, entryPos); 3500 first = GetNthNode(entryPtr->node, firstPos); 3501 last = GetNthNode(entryPtr->node, lastPos);
|