OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimIvtGeomXformVisitor.h>
Public Types | |
typedef std::vector< ossimRefPtr< ossimIvtGeomXform > > | TransformList |
![]() | |
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 |
Public Member Functions | |
ossimIvtGeomXformVisitor (int visitorType=(VISIT_INPUTS|VISIT_CHILDREN)) | |
virtual ossimRefPtr< ossimVisitor > | dup () const |
virtual void | visit (ossimObject *obj) |
TransformList & | getTransformList () |
const TransformList & | getTransformList () const |
![]() | |
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 |
Protected Attributes | |
TransformList | m_transformList |
![]() | |
VisitorType | m_visitorType |
Collection | m_markNode |
bool | m_stopTraversalFlag |
Additional Inherited Members | |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 6 of file ossimIvtGeomXformVisitor.h.
typedef std::vector<ossimRefPtr<ossimIvtGeomXform> > ossimIvtGeomXformVisitor::TransformList |
Definition at line 9 of file ossimIvtGeomXformVisitor.h.
|
inline |
|
inlinevirtual |
Implements ossimVisitor.
Definition at line 15 of file ossimIvtGeomXformVisitor.h.
References ossimIvtGeomXformVisitor().
|
inline |
Definition at line 18 of file ossimIvtGeomXformVisitor.h.
References m_transformList.
Referenced by ossimTieMeasurementGenerator::setROIs().
|
inline |
Definition at line 19 of file ossimIvtGeomXformVisitor.h.
References m_transformList.
|
virtual |
Reimplemented from ossimVisitor.
Definition at line 6 of file ossimIvtGeomXformVisitor.cpp.
References ossimConnectableObject::accept(), ossimRefPtr< T >::get(), ossimImageViewProjectionTransform::getImageGeometry(), ossimImageHandler::getImageGeometry(), ossimImageRenderer::getImageViewTransform(), ossimConnectableObject::getInput(), ossimCollectionVisitor::getObjectAs(), ossimVisitor::hasVisited(), m_transformList, ossimRefPtr< T >::valid(), and ossimVisitor::visit().
|
protected |
Definition at line 22 of file ossimIvtGeomXformVisitor.h.
Referenced by getTransformList(), and visit().