|
| | ossimImageGeometryEvent (ossimObject *object=0, long id=OSSIM_EVENT_IMAGE_GEOMETRY_ID) |
| |
| | ossimImageGeometryEvent (const ossimKeywordlist &geomKwl, ossimObject *object=NULL, long id=OSSIM_EVENT_IMAGE_GEOMETRY_ID) |
| |
| | ossimImageGeometryEvent (const ossimImageGeometryEvent &rhs) |
| |
| virtual | ~ossimImageGeometryEvent () |
| |
| virtual ossimObject * | dup () const |
| |
| void | setGeometry (const ossimKeywordlist &geomKwl) |
| |
| void | getGeometry (ossimKeywordlist &geomKwl) const |
| |
| const ossimKeywordlist & | getGeometry () const |
| |
| bool | isGeometrySet () const |
| |
| void | clearGeometry () |
| |
| | ossimEvent (ossimObject *object=NULL, long id=OSSIM_EVENT_NULL_ID) |
| |
| | ossimEvent (const ossimEvent &rhs) |
| |
| long | getId () const |
| |
| void | setId (long id) |
| |
| bool | isConsumed () const |
| |
| void | setConsumedFlag (bool flag=true) |
| |
| void | consume () |
| |
| const ossimObject * | getObject () const |
| | This is the originating object that originally produced the event. More...
|
| |
| ossimObject * | getObject () |
| |
| const ossimObject * | getCurrentObject () const |
| |
| ossimObject * | getCurrentObject () |
| |
| void | setObject (ossimObject *object) |
| |
| void | setCurrentObject (ossimObject *object) |
| |
| void | setPropagationType (PropagationType type) |
| |
| bool | isPropagatingToOutputs () const |
| |
| bool | isPropagatingToInputs () const |
| |
| | ossimObject () |
| |
| virtual | ~ossimObject () |
| |
| virtual ossimString | getShortName () const |
| |
| virtual ossimString | getLongName () const |
| |
| virtual ossimString | getDescription () const |
| |
| virtual ossimString | getClassName () const |
| |
| virtual RTTItypeid | getType () const |
| |
| virtual bool | canCastTo (ossimObject *obj) const |
| |
| virtual bool | canCastTo (const RTTItypeid &id) const |
| |
| virtual bool | canCastTo (const ossimString &parentClassName) const |
| |
| virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
| |
| virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
| |
| virtual std::ostream & | print (std::ostream &out) const |
| | Generic print method. More...
|
| |
| virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
| |
| virtual void | accept (ossimVisitor &visitor) |
| |
| | 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 |
| |
Definition at line 16 of file ossimImageGeometryEvent.h.