Home
last modified time | relevance | path

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

/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkImplicitPlaneRepresentation.cxx60 this->LockNormalToCamera = 0; in vtkImplicitPlaneRepresentation()
257 << LockNormalToCamera << " to " << lock); in SetLockNormalToCamera()
258 if ( lock == this->LockNormalToCamera ) in SetLockNormalToCamera()
282 this->LockNormalToCamera = lock; in SetLockNormalToCamera()
316 if(this->LockNormalToCamera) in ComputeInteractionState()
466 this->LockNormalToCamera ) in WidgetInteraction()
531 if ( ! this->LockNormalToCamera ) in RenderOpaqueGeometry()
555 if ( ! this->LockNormalToCamera ) in RenderTranslucentPolygonalGeometry()
577 if ( ! this->LockNormalToCamera ) in HasTranslucentPolygonalGeometry()
668 << (this->LockNormalToCamera ? "On" : "Off") << "\n"; in PrintSelf()
H A DvtkImplicitPlaneRepresentation.h109 vtkGetMacro(LockNormalToCamera,int);
110 vtkBooleanMacro(LockNormalToCamera,int);
280 int LockNormalToCamera; variable
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkImplicitPlaneRepresentation.cxx65 this->LockNormalToCamera = 0; in vtkImplicitPlaneRepresentation()
268 << LockNormalToCamera << " to " << lock); in SetLockNormalToCamera()
269 if ( lock == this->LockNormalToCamera ) in SetLockNormalToCamera()
293 this->LockNormalToCamera = lock; in SetLockNormalToCamera()
352 if(this->LockNormalToCamera) in ComputeInteractionState()
440 if(this->LockNormalToCamera) in ComputeComplexInteractionState()
615 this->LockNormalToCamera ) in WidgetInteraction()
664 this->LockNormalToCamera ) in ComplexInteraction()
744 if ( ! this->LockNormalToCamera ) in RenderOpaqueGeometry()
771 if ( ! this->LockNormalToCamera ) in RenderTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitPlaneRepresentation.h127 vtkGetMacro(LockNormalToCamera,vtkTypeBool);
128 vtkBooleanMacro(LockNormalToCamera,vtkTypeBool);
437 vtkTypeBool LockNormalToCamera; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkImplicitPlaneRepresentation.cxx65 this->LockNormalToCamera = 0; in vtkImplicitPlaneRepresentation()
256 vtkDebugMacro(<< this->GetClassName() << " (" << this << "): setting " << LockNormalToCamera in SetLockNormalToCamera()
258 if (lock == this->LockNormalToCamera) in SetLockNormalToCamera()
280 this->LockNormalToCamera = lock; in SetLockNormalToCamera()
334 if (this->LockNormalToCamera) in ComputeInteractionState()
420 if (this->LockNormalToCamera) in ComputeComplexInteractionState()
591 this->LockNormalToCamera) in WidgetInteraction()
639 this->LockNormalToCamera) in ComplexInteraction()
718 if (!this->LockNormalToCamera) in RenderOpaqueGeometry()
743 if (!this->LockNormalToCamera) in RenderTranslucentPolygonalGeometry()
[all …]
H A DvtkImplicitPlaneRepresentation.h127 vtkGetMacro(LockNormalToCamera, vtkTypeBool);
128 vtkBooleanMacro(LockNormalToCamera, vtkTypeBool);
462 vtkTypeBool LockNormalToCamera; variable