|  | 
|  | Hierarchy (Tree *tr) | 
|  | 
|  | Hierarchy (carto::rc_ptr< Tree > tr) | 
|  | 
| virtual | ~Hierarchy () | 
|  | 
| carto::rc_ptr< Tree > | tree () | 
|  | 
| virtual bool | Is2DObject () | 
|  | not a 2D object  More... 
 | 
|  | 
| virtual bool | Is3DObject () | 
|  | ... neither a 3D...  More... 
 | 
|  | 
| virtual Tree * | optionTree () const | 
|  | Menu tree for new options, see object/optionMatcher.h.  More... 
 | 
|  | 
| virtual carto::GenericObject * | attributed () | 
|  | 
| virtual bool | save (const std::string &filename) | 
|  | 
| virtual void | internalUpdate () | 
|  | Updates the state of the object.  More... 
 | 
|  | 
| Tree * | findNamedNode (const std::string &name, const std::list< Tree * > **parents=0) const | 
|  | 
|  | AObject (const std::string &filename="") | 
|  | 
| virtual | ~AObject () | 
|  | AObject subclasses must call cleanup() in their destructor.  More... 
 | 
|  | 
| virtual AObject * | clone (bool shallow=true) | 
|  | Makes a copy of the object, with a duplicated object structure, palette and material, but which may share the underlying low-level data object (Aims object).  More... 
 | 
|  | 
| virtual const GLComponent * | glAPI () const | 
|  | OpenGL objects const API.  More... 
 | 
|  | 
| virtual GLComponent * | glAPI () | 
|  | OpenGL objects API.  More... 
 | 
|  | 
| virtual const MObject * | mObjectAPI () const | 
|  | 
| virtual MObject * | mObjectAPI () | 
|  | 
| int | type () const | 
|  | Object type identifier.  More... 
 | 
|  | 
| void | setType (int type) | 
|  | Method to set type id, because type() is not virtual.  More... 
 | 
|  | 
| int | id () const | 
|  | Unique ID assigned upon construction, but somewhat unused now...  More... 
 | 
|  | 
| std::string | name () const | 
|  | Name shown in control window.  More... 
 | 
|  | 
| std::string | fileName () const | 
|  | File name (if any) for loaded objects.  More... 
 | 
|  | 
| void | setName (const std::string &n) | 
|  | 
| void | setFileName (const std::string &filename) | 
|  | 
| void | setId (int id) | 
|  | 
| virtual int | isMultiObject () const | 
|  | maybe not necessary ?: we can use dynamic_cast instead  More... 
 | 
|  | 
| virtual float | MinT () const | 
|  | Obsolete, deprecated.  More... 
 | 
|  | 
| virtual float | MaxT () const | 
|  | Obsolete, deprecated.  More... 
 | 
|  | 
| virtual bool | boundingBox2D (std::vector< float > &bmin, std::vector< float > &bmax) const | 
|  | Bounding box in 2D views mode.  More... 
 | 
|  | 
| virtual bool | boundingBox (std::vector< float > &bmin, std::vector< float > &bmax) const | 
|  | Fills bmin and bmax with the N-D bounding box extrema in the object's referential coordinates.  More... 
 | 
|  | 
| virtual bool | render (PrimList &, const ViewState &) | 
|  | rendering (generally 2D or 3D using OpenGL).  More... 
 | 
|  | 
| virtual std::vector< float > | voxelSize () const | 
|  | Returns at least 4 sizes. For 3D objects, returns (1, 1, 1, 1)  More... 
 | 
|  | 
| virtual void | setVoxelSize (const std::vector< float > &) | 
|  | 
| virtual void | adjustPalette () | 
|  | Creates or updates object palette according to object values (if needed)  More... 
 | 
|  | 
| virtual AObjectPalette * | palette () | 
|  | Normally, getOrCreatePalette() should be used instead of this function in most cases.  More... 
 | 
|  | 
| virtual const AObjectPalette * | palette () const | 
|  | 
| virtual void | setPalette (const AObjectPalette &palette) | 
|  | 
| virtual const AObjectPalette * | getOrCreatePalette () const | 
|  | User normally calls this function.  More... 
 | 
|  | 
| virtual void | createDefaultPalette (const std::string &name="") | 
|  | function called by getOrCreatePalette() - overloadable, need not be called directly  More... 
 | 
|  | 
| virtual void | SetMaterial (const Material &mat) | 
|  | 
| virtual Material & | GetMaterial () | 
|  | 
| virtual const Material & | material () const | 
|  | 
| Referential * | getReferential () const | 
|  | 
| AObject * | referentialInheritance () const | 
|  | if not null, the object referential is inherited from this object  More... 
 | 
|  | 
| virtual void | setReferentialInheritance (AObject *ao) | 
|  | 
| virtual void | setReferential (Referential *ref) | 
|  | 
| virtual AObject * | fallbackReferentialInheritance () const | 
|  | object to take referential from when no ref is assigned  More... 
 | 
|  | 
| const Referential * | previousReferential () const | 
|  | Referential that the object was in before the last change.  More... 
 | 
|  | 
| virtual ObjectMenu * | optionMenu () const | 
|  | 
| int | InMemory () const | 
|  | For objects loading only when needed (not used yet...)  More... 
 | 
|  | 
| int | Visible () const | 
|  | Visibility in control window.  More... 
 | 
|  | 
| void | SetVisibility (int v) | 
|  | 
| ParentList & | Parents () | 
|  | List of multi-objects containing this one. Obsolete: use parents()  More... 
 | 
|  | 
| ParentList & | parents () | 
|  | List of multi-objects containing this one.  More... 
 | 
|  | 
| const ParentList & | parents () const | 
|  | List of multi-objects containing this one.  More... 
 | 
|  | 
| virtual void | RegisterParent (MObject *pob) | 
|  | 
| virtual void | UnregisterParent (MObject *pob) | 
|  | 
| const std::set< AWindow * > & | WinList () | 
|  | List of windows showing this object.  More... 
 | 
|  | 
| virtual void | registerWindow (AWindow *window) | 
|  | 
| virtual void | unregisterWindow (AWindow *window) | 
|  | 
| virtual bool | IsFusion2DAllowed () | 
|  | 
| virtual bool | textured2D () const | 
|  | true if 2D rendering uses a textured plane (not a full openGL object)  More... 
 | 
|  | 
| virtual bool | isTransparent () const | 
|  | 
| virtual bool | renderingIsObserverDependent () const | 
|  | true only if the rendering (openGL) of the object changes with the observer position/orientation of the view (which is rare, but typically needed for Volume Rendering)  More... 
 | 
|  | 
| virtual int | CanBeDestroyed () | 
|  | Allows / unallows destruction of object.  More... 
 | 
|  | 
| virtual void | setReferenceChanged () | 
|  | 
| bool | hasReferenceChanged () const | 
|  | 
| virtual void | setInternalsChanged () | 
|  | Notifies some underlying lower-level objects have changed.  More... 
 | 
|  | 
| virtual void | clearHasChangedFlags () const | 
|  | Reset has-changed flags.  More... 
 | 
|  | 
| bool | userModified () const | 
|  | if the object has been modified by user interaction, and needs saving  More... 
 | 
|  | 
| void | setUserModified (bool state=true) | 
|  | if the object has been modified by user interaction, and needs saving  More... 
 | 
|  | 
| virtual AObject * | objectAt (const std::vector< float > &pos, float tol=0) | 
|  | Find the object (sub-object) at given postion with a tolerence.  More... 
 | 
|  | 
| virtual AObject * | objectAt (const std::vector< float > &pos, float tol, const Referential *orgref, const Point3df &orggeom) | 
|  | Same with origin window referential.  More... 
 | 
|  | 
| virtual void | setGeomExtrema () | 
|  | Scans the object internals and determines its geometry extrema.  More... 
 | 
|  | 
| virtual void | SetExtrema () | 
|  | Scans the object internals and determines its (texture) extrema values.  More... 
 | 
|  | 
| virtual bool | hasTexture () const | 
|  | Textured objects have values associated with a geometric coordinate.  More... 
 | 
|  | 
| virtual unsigned | dimTexture () const | 
|  | Number of texture values for a point.  More... 
 | 
|  | 
| virtual float | mixedTexValue (const std::vector< float > &pos, const Referential *orgRef) const | 
|  | Gets a "mixed" texture value at a given space / time location.  More... 
 | 
|  | 
| virtual float | mixedTexValue (const std::vector< float > &pos) const | 
|  | Same as above except that coordinates are not transformed but taken in object coordinates system.  More... 
 | 
|  | 
| virtual std::vector< float > | texValues (const std::vector< float > &pos, const Referential *orgRef) const | 
|  | Gets the array of texture values at a given location.  More... 
 | 
|  | 
| virtual std::vector< float > | texValues (const std::vector< float > &pos) const | 
|  | 
| virtual bool | loadable () const | 
|  | 
| virtual bool | savable () const | 
|  | 
| virtual bool | reload (const std::string &filename) | 
|  | Re-reads objects from disk.  More... 
 | 
|  | 
| virtual std::string | objectFullTypeName (void) const | 
|  | Get Object Full Type Name.  More... 
 | 
|  | 
| bool | save (const std::string &filename, bool onlyIfModified) | 
|  | 
| virtual bool | printTalairachCoord (const Point3df &, const Referential *) const | 
|  | should be replaced by a real referential  More... 
 | 
|  | 
| void | setHeaderOptions () | 
|  | Set some object properties according to the header (.minf), such as material, palette etc.  More... 
 | 
|  | 
| virtual void | setProperties (carto::Object options) | 
|  | Same as setHeaderOptions() and used by it, allows passing a dictionary.  More... 
 | 
|  | 
| virtual void | storeHeaderOptions () | 
|  | Store some object properties into the header (.minf), such as material, palette etc before saving the object.  More... 
 | 
|  | 
| virtual carto::Object | makeHeaderOptions () const | 
|  | get object properties into a generic object, such as material, palette etc before saving the object  More... 
 | 
|  | 
| long | loadDate () const | 
|  | Time the object was created, loaded or reloaded.  More... 
 | 
|  | 
| void | setLoadDate (long t) | 
|  | 
| virtual void | update (const Observable *observable, void *arg) | 
|  | This method is called whenever the observed object is changed.  More... 
 | 
|  | 
| bool | isCopy () const | 
|  | 
| void | setCopyFlag (bool x=true) | 
|  | 
| virtual std::string | toolTip () const | 
|  | tooltip displayed in 3D views (HTML).  More... 
 | 
|  | 
| carto::Object | aimsMeshFromGLComponent () | 
|  | 
|  | Observable () | 
|  | Construct an Observable with zero observers.  More... 
 | 
|  | 
| virtual | ~Observable () | 
|  | does nothing  More... 
 | 
|  | 
| void | addObserver (Observer *observer) | 
|  | Adds an observer to the set of observers for this object.  More... 
 | 
|  | 
| void | deleteObserver (Observer *observer) | 
|  | Deletes an observer from the set of observers of this object.  More... 
 | 
|  | 
| void | deleteObservers () | 
|  | Clears the observer list so that this object no longer has any observers (doesn't call any observer method - see notifyUnregisterObservers() for this )  More... 
 | 
|  | 
| int | countObservers () const | 
|  | Returns the number of observers of this object.  More... 
 | 
|  | 
| virtual void | notifyObservers (void *arg=0) | 
|  | If this object has changed, as indicated by the hasChanged method, then notify all of its observers.  More... 
 | 
|  | 
| virtual void | notifyUnregisterObservers () | 
|  | Notifies observable destruction to all observers and unregisters them.  More... 
 | 
|  | 
| bool | hasChanged () const | 
|  | Tests if this object has changed.  More... 
 | 
|  | 
| bool | obsHasChanged (int) const | 
|  | only valid during an Observer::update()  More... 
 | 
|  | 
| bool | obsHasChanged (const std::string &) const | 
|  | only valid during an Observer::update()  More... 
 | 
|  | 
| void | setChanged () const | 
|  | Indicates that this object has changed.  More... 
 | 
|  | 
|  | SharedObject () | 
|  | 
|  | SharedObject (const SharedObject &x) | 
|  | 
| virtual | ~SharedObject () | 
|  | 
| SharedObject & | operator= (const SharedObject &) | 
|  | 
| bool | testDeletable () | 
|  | 
| bool | tryDelete () | 
|  | 
| void | attachWeakPtr (weak_ptr< T > &) const | 
|  | 
| void | detachWeakPtr (weak_ptr< T > &) const | 
|  | 
| void | attachWeakPtr (weak_shared_ptr< T > &) const | 
|  | 
| void | detachWeakPtr (weak_shared_ptr< T > &) const | 
|  | 
| virtual | ~WeakObject () | 
|  | 
|  | RCObject () | 
|  | 
|  | RCObject (const RCObject &) | 
|  | 
| RCObject & | operator= (const RCObject &) | 
|  | 
| virtual | ~RCObject () | 
|  | 
| virtual | ~Observer () | 
|  | 
|  | PythonAObject () | 
|  | 
| virtual | ~PythonAObject () | 
|  | 
| virtual const carto::GenericObject * | attributed () const | 
|  | 
|  | 
| enum | ObjectType { VOLUME
, BUCKET
, FACET
, TRIANG
,
 LIST
, VECTOR
, MAP
, SET
,
 GRAPH
, GRAPHOBJECT
, VOLSURF
, MULTISURF
,
 MULTIBUCKET
, MULTIVOLUME
, FUSION2D
, FUSION3D
,
 FASCICLE
, FASCICLEGRAPH
, TEXTURE
, TEXSURFACE
,
 FUSION2DMESH
, VECTORFIELD
, OTHER
 }
 | 
|  | Base object type identifiers.  More... 
 | 
|  | 
| typedef std::set< MObject * > | ParentList | 
|  | Storage type for parent objects (multi-objects containing this one)  More... 
 | 
|  | 
| typedef ObjectMenu *(* | ObjectMenuRegistrerFunction) (const AObject *objtype, ObjectMenu *menu) | 
|  | dynamic menu registration function  More... 
 | 
|  | 
| typedef int | RefCounterType | 
|  | 
| const PrimList & | primitives () const | 
|  | 
| PrimList & | primitives () | 
|  | 
| virtual void | cleanup () | 
|  | must be called by objects destructors - Must be explicitly called by each object destructor since it can call virtual functions  More... 
 | 
|  | 
| virtual void | clearReferentialInheritance () | 
|  | sets the object to get referential from to null, unregister it  More... 
 | 
|  | 
| AObject *& | _referentialInheritance () | 
|  | provide access to derived classes  More... 
 | 
|  | 
| virtual void | unregisterObservable (Observable *) | 
|  | Called when an observable is destroyed, only called by Observable: don't use this function directly.  More... 
 | 
|  | 
|  | AObject (const AObject &) | 
|  | copy constructor, protected and used only to reimplement clone()  More... 
 | 
|  | 
| void | clearChanged () const | 
|  | Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change.  More... 
 | 
|  | 
| void | obsSetChanged (int, bool=true) const | 
|  | int-based change flags (use enums to address them)  More... 
 | 
|  | 
| void | obsSetChanged (const std::string &, bool=true) const | 
|  | string-based change flags  More... 
 | 
|  | 
| void | disableRefCount () | 
|  | 
|  | WeakObject () | 
|  | 
|  | WeakObject (const WeakObject &) | 
|  | 
| WeakObject & | operator= (const WeakObject &) | 
|  | 
| virtual void | cleanupObserver () | 
|  | call this function from inherited classes destructors.  More... 
 | 
|  | 
| virtual void | registerObservable (Observable *) | 
|  | only called by Observable: don't use this function directly  More... 
 | 
|  | 
| const std::set< Observable * > & | observed () const | 
|  | 
Nomenclature hierarchy object. 
Definition at line 51 of file hierarchy.h.