Home
last modified time | relevance | path

Searched refs:worldLabelPosition (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkBiDimensionalRepresentation.cxx322 double worldLabelPosition[3] = {0.0, 0.0, 0.0}; in PrintSelf() local
323 this->GetWorldLabelPosition(worldLabelPosition); in PrintSelf()
324 os << indent << "World Label Position: (" << worldLabelPosition[0] in PrintSelf()
325 << ", " << worldLabelPosition[1] << "," << worldLabelPosition[2] << ")\n"; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkBiDimensionalRepresentation.cxx317 double worldLabelPosition[3] = { 0.0, 0.0, 0.0 }; in PrintSelf() local
318 this->GetWorldLabelPosition(worldLabelPosition); in PrintSelf()
319 os << indent << "World Label Position: (" << worldLabelPosition[0] << ", " in PrintSelf()
320 << worldLabelPosition[1] << "," << worldLabelPosition[2] << ")\n"; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkBiDimensionalRepresentation.cxx320 double worldLabelPosition[3] = {0.0, 0.0, 0.0}; in PrintSelf() local
321 this->GetWorldLabelPosition(worldLabelPosition); in PrintSelf()
322 os << indent << "World Label Position: (" << worldLabelPosition[0] in PrintSelf()
323 << ", " << worldLabelPosition[1] << "," << worldLabelPosition[2] << ")\n"; in PrintSelf()