------------------------------------------------------------------------------
| 3277 | |
| 3278 | //------------------------------------------------------------------------------ |
| 3279 | vtkIdType vtkReebGraph::Implementation::GetArcUpNodeId(vtkIdType arcId) |
| 3280 | { |
| 3281 | return (this->GetArc(arcId))->NodeId1; |
| 3282 | } |
| 3283 | |
| 3284 | //------------------------------------------------------------------------------ |
| 3285 | double vtkReebGraph::Implementation::GetNodeScalarValue(vtkIdType nodeId) |