![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
Public Member Functions | |
| DefCoordObjStream (const char *szDocName=NULL) | |
| virtual bool | getCoordRange (double c[2]) |
| virtual double | averageCoordStep () |
| virtual int | maxEnsembleLength () |
| virtual bool | goFirstCoord () |
| virtual bool | goNextCoord () |
| virtual double | coord () |
| virtual int | ensembleLength () |
| void * | custom (int ens_index=0, ZqbType *pRetType=NULL) |
Public Member Functions inherited from ZdCoordObjStream | |
| ZdCoordObjStream (const char *szDocName=NULL) | |
| virtual void | setCustomCoord (int iCoordId, ZqbOrder eOrder=Z_O_ASCENT) |
| virtual void | setSecondaryOrder (int iSecondaryId, ZqbOrder eOrder=Z_O_ASCENT) |
| virtual void | setTertiaryOrder (int iTertiaryId, ZqbOrder eOrder=Z_O_ASCENT) |
| ZdCoordObjStream (const char *szDocName=NULL) | |
| virtual void | setCustomCoord (int iCoordId) |
| virtual int | getCustomCoord () const |
| virtual void | setFirstOrder (int iCoordId, ZqbOrder eOrder=Z_O_ASCENT) |
| virtual bool | getFirstOrder (int &iCoordId, ZqbOrder &eOrder) const |
| virtual void | setSecondaryOrder (int iSecondaryId, ZqbOrder eOrder=Z_O_ASCENT) |
| virtual bool | getSecondaryOrder (int &iCoordId, ZqbOrder &eOrder) const |
| virtual void | setTertiaryOrder (int iTertiaryId, ZqbOrder eOrder=Z_O_ASCENT) |
| virtual bool | getTertiaryOrder (int &iCoordId, ZqbOrder &eOrder) const |
| virtual void | setCoordsSelection (const CoordSelectionVec &selCoords) |
| virtual const CoordSelectionVec & | getCoordsSelection () const |
| virtual void | setInvisibleCoordinates (const CoordSelectionVec &unvisibleCoords) |
| virtual const CoordSelectionVec & | getInvisibleCoordinates () const |
| virtual bool | visibleCoord () |
| virtual ZqbType | coordTypeFromId (int coordId) const |
Public Member Functions inherited from ZdDocument | |
| ZdDocument (const char *szName=NULL) | |
| virtual | ~ZdDocument () |
| virtual bool | compatibleType (const char *szType) const |
| virtual void | updateViews () |
| virtual bool | isChanged () |
| virtual void | setChanges () |
| virtual void | resetChanges () |
| ZdDocument (const char *szName=NULL) | |
| virtual | ~ZdDocument () |
| virtual bool | compatibleType (const char *szType) const |
| virtual void | updateViews () |
| virtual bool | isChanged () |
| virtual void | setChanges () |
| virtual void | resetChanges () |
Public Member Functions inherited from ZqbAutoName | |
| ZqbAutoName (int *pCounter, const char *szRoot, const char *szCustomName=NULL) | |
| virtual | ~ZqbAutoName () |
| ZqbAutoName (int *pCounter, const char *szRoot, const char *szCustomName=NULL) | |
| virtual | ~ZqbAutoName () |
Public Member Functions inherited from ZqbName | |
| ZqbName (const char *szRoot, const char *szCustomName=NULL) | |
| ZqbName (const ZqbName &name) | |
| virtual | ~ZqbName () |
| ZqbName & | operator= (const ZqbName &name) |
| virtual const char * | getName () const |
| virtual const char * | getType () const |
| bool | hasName (const char *szString) const |
| ZqbName (const char *szRoot, const char *szCustomName=NULL) | |
| ZqbName (const ZqbName &name) | |
| virtual | ~ZqbName () |
| ZqbName & | operator= (const ZqbName &name) |
| virtual const char * | getName () const |
| virtual const char * | getType () const |
| bool | hasName (const char *szString) const |
Additional Inherited Members | |
Public Types inherited from ZdCoordObjStream | |
| typedef std::vector < CoordSelection > | CoordSelectionVec |
Protected Attributes inherited from ZdDocument | |
| ZqbViewVector | m_Views |
Protected Attributes inherited from ZqbName | |
| char * | m_szName |
| char * | m_szRoot |
|
virtual |
Get average primary coordinate step between objects.
Implements ZdCoordObjStream.
|
virtual |
Get current coordinate in case of previous go???Coord() succeeded.
Implements ZdCoordObjStream.
|
virtual |
Get the pointer to some custom value for the current coordinate or return NULL if no such value is defined. A type is returned in optional pRetType. Until the next call pointee contents rest the same.
Reimplemented from ZdCoordObjStream.
|
virtual |
Get number of records found for this primary coordinate (always >=1).
Implements ZdCoordObjStream.
|
virtual |
Get range of primary coordinates respecting order of the stream or return false in case of empty range.
Implements ZdCoordObjStream.
|
virtual |
Reset iterator. Returns true on success and false on failure (empty stream).
Implements ZdCoordObjStream.
|
virtual |
Go to next iteration. Returns true on success and false on failure (end of stream).
Implements ZdCoordObjStream.
|
virtual |
Get maximum length of ensemble. 0 means unknown.
Implements ZdCoordObjStream.
1.8.5