Home
last modified time | relevance | path

Searched refs:PointPlacer (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgParticle/
H A DPointPlacer31 class PointPlacer: public CenteredPlacer {
33 inline PointPlacer();
34 …inline PointPlacer(const PointPlacer& copy, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
36 META_Object(osgParticle, PointPlacer);
48 virtual ~PointPlacer() {}
49 PointPlacer& operator=(const PointPlacer&) { return *this; }
54 inline PointPlacer::PointPlacer()
59 inline PointPlacer::PointPlacer(const PointPlacer& copy, const osg::CopyOp& copyop)
64 inline void PointPlacer::place(Particle* P) const
70 inline osg::Vec3 PointPlacer::getControlPosition() const
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgParticle/
H A DPointPlacer31 class PointPlacer: public CenteredPlacer {
33 inline PointPlacer();
34 …inline PointPlacer(const PointPlacer& copy, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
36 META_Object(osgParticle, PointPlacer);
48 virtual ~PointPlacer() {}
49 PointPlacer& operator=(const PointPlacer&) { return *this; }
54 inline PointPlacer::PointPlacer()
59 inline PointPlacer::PointPlacer(const PointPlacer& copy, const osg::CopyOp& copyop)
64 inline void PointPlacer::place(Particle* P) const
70 inline osg::Vec3 PointPlacer::getControlPosition() const
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkHandleRepresentation.cxx24 vtkCxxSetObjectMacro(vtkHandleRepresentation, PointPlacer, vtkPointPlacer );
40 this->PointPlacer = vtkPointPlacer::New(); in vtkHandleRepresentation()
57 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
59 if (this->PointPlacer->ValidateDisplayPosition( this->Renderer, displyPos )) in SetDisplayPosition()
62 if (this->PointPlacer->ComputeWorldPosition( in SetDisplayPosition()
105 if (this->Renderer && this->PointPlacer) in SetWorldPosition()
107 if (this->PointPlacer->ValidateWorldPosition( pos )) in SetWorldPosition()
208 if ( this->PointPlacer ) in PrintSelf()
211 this->PointPlacer->PrintSelf( os, indent.GetNextIndent() ); in PrintSelf()
H A DvtkContourRepresentation.cxx49 this->PointPlacer = NULL; in vtkContourRepresentation()
238 if ( !this->PointPlacer->ValidateWorldPosition( worldPos ) ) in AddNodeAtWorldPosition()
266 if ( !this->PointPlacer->ComputeWorldPosition( this->Renderer, in AddNodeAtDisplayPosition()
365 if ( !this->PointPlacer->ValidateWorldPosition( worldPos ) ) in SetActiveNodeToWorldPosition()
397 if ( !this->PointPlacer->ComputeWorldPosition( this->Renderer, in SetActiveNodeToDisplayPosition()
658 if ( !this->PointPlacer->ValidateWorldPosition( worldPos ) ) in SetNthNodeWorldPosition()
682 if ( !this->PointPlacer->ComputeWorldPosition( this->Renderer, in SetNthNodeDisplayPosition()
1139 this->PointPlacer->UpdateInternalState(); in UpdateContour()
1148 if ( this->ContourBuildTime > this->PointPlacer->GetMTime()) in UpdateContour()
1157 this->PointPlacer-> in UpdateContour()
[all …]
H A DvtkAbstractPolygonalHandleRepresentation3D.cxx143 if (!this->Renderer || !this->PointPlacer || in SetWorldPosition()
144 this->PointPlacer->ValidateWorldPosition( p )) in SetWorldPosition()
155 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
157 if (this->PointPlacer->ValidateDisplayPosition( this->Renderer, p)) in SetDisplayPosition()
160 if (this->PointPlacer->ComputeWorldPosition( in SetDisplayPosition()
323 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
339 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
358 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
372 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
388 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
[all …]
H A DvtkPointHandleRepresentation3D.cxx139 if (this->Renderer && this->PointPlacer) in SetWorldPosition()
141 if (this->PointPlacer->ValidateWorldPosition( p )) in SetWorldPosition()
159 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
161 if (this->PointPlacer->ValidateDisplayPosition( this->Renderer, p)) in SetDisplayPosition()
164 if (this->PointPlacer->ComputeWorldPosition( in SetDisplayPosition()
347 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
363 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
385 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
401 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
417 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
[all …]
H A DvtkPolygonalHandleRepresentation3D.cxx46 if (!this->Renderer || !this->PointPlacer || in SetWorldPosition()
47 this->PointPlacer->ValidateWorldPosition( p )) in SetWorldPosition()
H A DvtkHandleRepresentation.h143 vtkGetObjectMacro( PointPlacer, vtkPointPlacer );
165 vtkPointPlacer * PointPlacer; variable
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkHandleRepresentation.cxx24 vtkCxxSetObjectMacro(vtkHandleRepresentation, PointPlacer, vtkPointPlacer );
40 this->PointPlacer = vtkPointPlacer::New(); in vtkHandleRepresentation()
57 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
59 if (this->PointPlacer->ValidateDisplayPosition( this->Renderer, displyPos )) in SetDisplayPosition()
62 if (this->PointPlacer->ComputeWorldPosition( in SetDisplayPosition()
115 if (this->Renderer && this->PointPlacer) in SetWorldPosition()
117 if (this->PointPlacer->ValidateWorldPosition( pos )) in SetWorldPosition()
229 if ( this->PointPlacer ) in PrintSelf()
232 this->PointPlacer->PrintSelf( os, indent.GetNextIndent() ); in PrintSelf()
H A DvtkContourRepresentation.cxx49 this->PointPlacer = nullptr; in vtkContourRepresentation()
238 if ( !this->PointPlacer->ValidateWorldPosition( worldPos ) ) in AddNodeAtWorldPosition()
266 if ( !this->PointPlacer->ComputeWorldPosition( this->Renderer, in AddNodeAtDisplayPosition()
365 if ( !this->PointPlacer->ValidateWorldPosition( worldPos ) ) in SetActiveNodeToWorldPosition()
397 if ( !this->PointPlacer->ComputeWorldPosition( this->Renderer, in SetActiveNodeToDisplayPosition()
658 if ( !this->PointPlacer->ValidateWorldPosition( worldPos ) ) in SetNthNodeWorldPosition()
682 if ( !this->PointPlacer->ComputeWorldPosition( this->Renderer, in SetNthNodeDisplayPosition()
1139 this->PointPlacer->UpdateInternalState(); in UpdateContour()
1148 if ( this->ContourBuildTime > this->PointPlacer->GetMTime()) in UpdateContour()
1157 this->PointPlacer-> in UpdateContour()
[all …]
H A DvtkAbstractPolygonalHandleRepresentation3D.cxx147 if (!this->Renderer || !this->PointPlacer || in SetWorldPosition()
148 this->PointPlacer->ValidateWorldPosition( p )) in SetWorldPosition()
159 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
161 if (this->PointPlacer->ValidateDisplayPosition( this->Renderer, p)) in SetDisplayPosition()
164 if (this->PointPlacer->ComputeWorldPosition( in SetDisplayPosition()
327 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
343 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
362 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
376 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
392 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
[all …]
H A DvtkPointHandleRepresentation3D.cxx144 if (this->Renderer && this->PointPlacer) in SetWorldPosition()
146 if (this->PointPlacer->ValidateWorldPosition( p )) in SetWorldPosition()
164 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
166 if (this->PointPlacer->ValidateDisplayPosition( this->Renderer, p)) in SetDisplayPosition()
169 if (this->PointPlacer->ComputeWorldPosition( in SetDisplayPosition()
419 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
435 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
457 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
473 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
489 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
[all …]
H A DvtkMeasurementCubeHandleRepresentation3D.cxx162 if (!this->Renderer || !this->PointPlacer || in SetWorldPosition()
163 this->PointPlacer->ValidateWorldPosition( p )) in SetWorldPosition()
181 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
183 if (this->PointPlacer->ValidateDisplayPosition( this->Renderer, p)) in SetDisplayPosition()
186 if (this->PointPlacer->ComputeWorldPosition( in SetDisplayPosition()
304 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
323 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
343 = vtkFocalPlanePointPlacer::SafeDownCast( this->PointPlacer ); in WidgetInteraction()
361 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
H A DvtkPolygonalHandleRepresentation3D.cxx46 if (!this->Renderer || !this->PointPlacer || in SetWorldPosition()
47 this->PointPlacer->ValidateWorldPosition( p )) in SetWorldPosition()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkHandleRepresentation.cxx25 vtkCxxSetObjectMacro(vtkHandleRepresentation, PointPlacer, vtkPointPlacer);
41 this->PointPlacer = vtkPointPlacer::New(); in vtkHandleRepresentation()
60 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
62 if (this->PointPlacer->ValidateDisplayPosition(this->Renderer, displyPos)) in SetDisplayPosition()
65 if (this->PointPlacer->ComputeWorldPosition(this->Renderer, displyPos, worldPos, worldOrient)) in SetDisplayPosition()
119 if (this->Renderer && this->PointPlacer) in SetWorldPosition()
121 if (this->PointPlacer->ValidateWorldPosition(pos)) in SetWorldPosition()
282 if (this->PointPlacer) in PrintSelf()
285 this->PointPlacer->PrintSelf(os, indent.GetNextIndent()); in PrintSelf()
H A DvtkContourRepresentation.cxx39 vtkCxxSetObjectMacro(vtkContourRepresentation, PointPlacer, vtkPointPlacer);
49 this->PointPlacer = nullptr; in vtkContourRepresentation()
209 if (!this->PointPlacer->ValidateWorldPosition(worldPos, worldOrient)) in AddNodeAtWorldPosition()
232 if (!this->PointPlacer->ValidateWorldPosition(worldPos)) in AddNodeAtWorldPosition()
328 if (!this->PointPlacer->ValidateWorldPosition(worldPos, worldOrient)) in SetActiveNodeToWorldPosition()
347 if (!this->PointPlacer->ValidateWorldPosition(worldPos)) in SetActiveNodeToWorldPosition()
616 if (!this->PointPlacer->ValidateWorldPosition(worldPos)) in SetNthNodeWorldPosition()
848 if (!this->PointPlacer->ComputeWorldPosition( in AddNodeOnContour()
1069 this->PointPlacer->UpdateInternalState(); in UpdateContour()
1078 if (this->ContourBuildTime > this->PointPlacer->GetMTime()) in UpdateContour()
[all …]
H A DvtkAbstractPolygonalHandleRepresentation3D.cxx145 if (!this->Renderer || !this->PointPlacer || this->PointPlacer->ValidateWorldPosition(p)) in SetWorldPosition()
156 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
158 if (this->PointPlacer->ValidateDisplayPosition(this->Renderer, p)) in SetDisplayPosition()
161 if (this->PointPlacer->ComputeWorldPosition(this->Renderer, p, worldPos, worldOrient)) in SetDisplayPosition()
316 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
329 vtkFocalPlanePointPlacer::SafeDownCast(this->PointPlacer); in WidgetInteraction()
346 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
359 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
372 vtkFocalPlanePointPlacer::SafeDownCast(this->PointPlacer); in WidgetInteraction()
389 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
H A DvtkPointHandleRepresentation3D.cxx144 if (this->Renderer && this->PointPlacer) in SetWorldPosition()
146 if (this->PointPlacer->ValidateWorldPosition(p)) in SetWorldPosition()
164 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
166 if (this->PointPlacer->ValidateDisplayPosition(this->Renderer, p)) in SetDisplayPosition()
169 if (this->PointPlacer->ComputeWorldPosition(this->Renderer, p, worldPos, worldOrient)) in SetDisplayPosition()
423 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
436 vtkFocalPlanePointPlacer::SafeDownCast(this->PointPlacer); in WidgetInteraction()
457 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
472 if (this->ConstraintAxis >= 0 || this->Constrained || !this->PointPlacer) in WidgetInteraction()
485 vtkFocalPlanePointPlacer::SafeDownCast(this->PointPlacer); in WidgetInteraction()
[all …]
H A DvtkMeasurementCubeHandleRepresentation3D.cxx158 if (!this->Renderer || !this->PointPlacer || this->PointPlacer->ValidateWorldPosition(p)) in SetWorldPosition()
174 if (this->Renderer && this->PointPlacer) in SetDisplayPosition()
176 if (this->PointPlacer->ValidateDisplayPosition(this->Renderer, p)) in SetDisplayPosition()
179 if (this->PointPlacer->ComputeWorldPosition(this->Renderer, p, worldPos, worldOrient)) in SetDisplayPosition()
283 vtkFocalPlanePointPlacer* fPlacer = vtkFocalPlanePointPlacer::SafeDownCast(this->PointPlacer); in WidgetInteraction()
300 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
315 vtkFocalPlanePointPlacer* fPlacer = vtkFocalPlanePointPlacer::SafeDownCast(this->PointPlacer); in WidgetInteraction()
332 if (this->PointPlacer->ComputeWorldPosition( in WidgetInteraction()
H A DvtkPolygonalHandleRepresentation3D.cxx44 if (!this->Renderer || !this->PointPlacer || this->PointPlacer->ValidateWorldPosition(p)) in SetWorldPosition()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgParticle/
H A DPointPlacer.cpp7 new osgParticle::PointPlacer,
8 osgParticle::PointPlacer,
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osgParticle/
H A DPointPlacer.cpp7 new osgParticle::PointPlacer,
8 osgParticle::PointPlacer,
/dports/math/vtk8/VTK-8.2.0/Interaction/Image/
H A DvtkResliceImageViewer.cxx107 this->PointPlacer = vtkBoundedPlanePointPlacer::New(); in vtkResliceImageViewer()
130 this->PointPlacer->Delete(); in ~vtkResliceImageViewer()
349 this->PointPlacer->SetProjectionNormalToOblique(); in UpdatePointPlacer()
357 this->PointPlacer->SetObliquePlane(plane); in UpdatePointPlacer()
404 this->PointPlacer->SetProjectionNormal(axis); in UpdatePointPlacer()
405 this->PointPlacer->SetProjectionPosition(position); in UpdatePointPlacer()
614 this->PointPlacer->PrintSelf(os,indent.GetNextIndent()); in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Interaction/Image/
H A DvtkResliceImageViewer.cxx107 this->PointPlacer = vtkBoundedPlanePointPlacer::New(); in vtkResliceImageViewer()
130 this->PointPlacer->Delete(); in ~vtkResliceImageViewer()
340 this->PointPlacer->SetProjectionNormalToOblique(); in UpdatePointPlacer()
346 this->PointPlacer->SetObliquePlane(plane); in UpdatePointPlacer()
393 this->PointPlacer->SetProjectionNormal(axis); in UpdatePointPlacer()
394 this->PointPlacer->SetProjectionPosition(position); in UpdatePointPlacer()
592 this->PointPlacer->PrintSelf(os, indent.GetNextIndent()); in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Interaction/Image/
H A DvtkResliceImageViewer.cxx107 this->PointPlacer = vtkBoundedPlanePointPlacer::New(); in vtkResliceImageViewer()
130 this->PointPlacer->Delete(); in ~vtkResliceImageViewer()
349 this->PointPlacer->SetProjectionNormalToOblique(); in UpdatePointPlacer()
357 this->PointPlacer->SetObliquePlane(plane); in UpdatePointPlacer()
404 this->PointPlacer->SetProjectionNormal(axis); in UpdatePointPlacer()
405 this->PointPlacer->SetProjectionPosition(position); in UpdatePointPlacer()
614 this->PointPlacer->PrintSelf(os,indent.GetNextIndent()); in PrintSelf()

123