Home
last modified time | relevance | path

Searched refs:PointBounds (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkFocalPlanePointPlacer.cxx31 this->PointBounds[0] = this->PointBounds[2] = this->PointBounds[4] = 0; in vtkFocalPlanePointPlacer()
32 this->PointBounds[1] = this->PointBounds[3] = this->PointBounds[5] = -1; in vtkFocalPlanePointPlacer()
91 if ( this->PointBounds[0] < this->PointBounds[1] && in ComputeWorldPosition()
92 !(vtkMath::PointIsWithinBounds( tmp, this->PointBounds, tolerance ))) in ComputeWorldPosition()
159 if ( this->PointBounds[0] < this->PointBounds[1] && in ComputeWorldPosition()
160 !(vtkMath::PointIsWithinBounds( tmp, this->PointBounds, tolerance ))) in ComputeWorldPosition()
178 if ( this->PointBounds[0] < this->PointBounds[1] && in ValidateWorldPosition()
192 if ( this->PointBounds[0] < this->PointBounds[1] && in ValidateWorldPosition()
228 this->PointBounds[0] << ", " << this->PointBounds[1] << ")\n"; in PrintSelf()
230 this->PointBounds[2] << ", " << this->PointBounds[3] << ")\n"; in PrintSelf()
[all …]
H A DvtkFocalPlanePointPlacer.h98 vtkSetVector6Macro( PointBounds, double );
99 vtkGetVector6Macro( PointBounds, double );
108 double PointBounds[6]; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkFocalPlanePointPlacer.cxx30 this->PointBounds[0] = this->PointBounds[2] = this->PointBounds[4] = 0; in vtkFocalPlanePointPlacer()
31 this->PointBounds[1] = this->PointBounds[3] = this->PointBounds[5] = -1; in vtkFocalPlanePointPlacer()
88 if (this->PointBounds[0] < this->PointBounds[1] && in ComputeWorldPosition()
89 !(vtkMath::PointIsWithinBounds(tmp, this->PointBounds, tolerance))) in ComputeWorldPosition()
153 if (this->PointBounds[0] < this->PointBounds[1] && in ComputeWorldPosition()
154 !(vtkMath::PointIsWithinBounds(tmp, this->PointBounds, tolerance))) in ComputeWorldPosition()
172 if (this->PointBounds[0] < this->PointBounds[1] && in ValidateWorldPosition()
186 if (this->PointBounds[0] < this->PointBounds[1] && in ValidateWorldPosition()
221 os << indent << " Xmin,Xmax: (" << this->PointBounds[0] << ", " << this->PointBounds[1] << ")\n"; in PrintSelf()
222 os << indent << " Ymin,Ymax: (" << this->PointBounds[2] << ", " << this->PointBounds[3] << ")\n"; in PrintSelf()
[all …]
H A DvtkFocalPlanePointPlacer.h92 vtkSetVector6Macro(PointBounds, double);
93 vtkGetVector6Macro(PointBounds, double);
102 double PointBounds[6]; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkFocalPlanePointPlacer.cxx31 this->PointBounds[0] = this->PointBounds[2] = this->PointBounds[4] = 0; in vtkFocalPlanePointPlacer()
32 this->PointBounds[1] = this->PointBounds[3] = this->PointBounds[5] = -1; in vtkFocalPlanePointPlacer()
93 if ( this->PointBounds[0] < this->PointBounds[1] && in ComputeWorldPosition()
94 !(vtkMath::PointIsWithinBounds( tmp, this->PointBounds, tolerance ))) in ComputeWorldPosition()
161 if ( this->PointBounds[0] < this->PointBounds[1] && in ComputeWorldPosition()
162 !(vtkMath::PointIsWithinBounds( tmp, this->PointBounds, tolerance ))) in ComputeWorldPosition()
180 if ( this->PointBounds[0] < this->PointBounds[1] && in ValidateWorldPosition()
194 if ( this->PointBounds[0] < this->PointBounds[1] && in ValidateWorldPosition()
230 this->PointBounds[0] << ", " << this->PointBounds[1] << ")\n"; in PrintSelf()
232 this->PointBounds[2] << ", " << this->PointBounds[3] << ")\n"; in PrintSelf()
[all …]
H A DvtkFocalPlanePointPlacer.h86 vtkSetVector6Macro( PointBounds, double );
87 vtkGetVector6Macro( PointBounds, double );
95 double PointBounds[6]; variable