OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Visitor to update view and then propagate property event to outputs. More...
#include <ossimVisitor.h>
Public Member Functions | |
ossimSourceInitializeVisitor (int visitorType=VISIT_OUTPUTS) | |
ossimSourceInitializeVisitor (const ossimSourceInitializeVisitor &src) | |
virtual ossimRefPtr< ossimVisitor > | dup () const |
virtual void | visit (ossimObject *obj) |
Calls ossimViewInterface::setView if obj cast to ossimViewInterface*. More... | |
![]() | |
ossimVisitor (int visitorType=VISIT_NONE) | |
ossimVisitor (const ossimVisitor &src) | |
virtual void | reset () |
virtual void | visit (ossimConnectableObject *obj) |
VisitorType | getVisitorType () const |
void | setVisitorType (int vType, bool on=true) |
void | turnOffVisitorType (int vType) |
bool | hasVisited (ossimObject *obj) const |
bool | stopTraversal () const |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Additional Inherited Members | |
![]() | |
enum | VisitorType { VISIT_NONE = 0, VISIT_CHILDREN = 1, VISIT_INPUTS = 2, VISIT_OUTPUTS = 4, VISIT_ALL = (VISIT_CHILDREN|VISIT_INPUTS|VISIT_OUTPUTS) } |
Enumeration type can be a mask and will traverse a graph of connectables based on the values. More... | |
typedef std::set< ossimRefPtr< ossimObject > > | MarkCollectionRef |
typedef std::set< ossimRefPtr< ossimObject > > | CollectionRef |
typedef std::vector< ossimRefPtr< ossimObject > > | ListRef |
typedef std::set< ossimObject * > | Collection |
typedef std::vector< ossimObject *> | List |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
VisitorType | m_visitorType |
Collection | m_markNode |
bool | m_stopTraversalFlag |
Visitor to update view and then propagate property event to outputs.
Definition at line 209 of file ossimVisitor.h.
ossimSourceInitializeVisitor::ossimSourceInitializeVisitor | ( | int | visitorType = VISIT_OUTPUTS | ) |
ossimSourceInitializeVisitor::ossimSourceInitializeVisitor | ( | const ossimSourceInitializeVisitor & | src | ) |
Definition at line 395 of file ossimVisitor.cpp.
|
virtual |
Implements ossimVisitor.
Definition at line 400 of file ossimVisitor.cpp.
References ossimSourceInitializeVisitor().
|
virtual |
Calls ossimViewInterface::setView if obj cast to ossimViewInterface*.
On success a property event is sent to output side so that things like ossimCombiner can reinitialize if needed.
obj | Object to visit. |
Reimplemented from ossimVisitor.
Definition at line 405 of file ossimVisitor.cpp.
References ossimVisitor::hasVisited(), ossimSource::initialize(), and ossimVisitor::visit().