SoLDMMediatorLDMManagerAccess Class |
Data set LDM manager access.
Namespace: OIV.LDM
The SoLDMMediatorLDMManagerAccess type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoLDMMediatorLDMManagerAccess | Default Constructor. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetNodeFrontManager | Returns a pointer to the application-defined subclass of SoLDMNodeFrontManager. |
![]() | GetResourceManager | Calls GetResourceManager(-1). |
![]() | GetResourceManager(Int32) | Returns a pointer to mediator's SoLDMResourceManager. |
![]() | GetTileManager | Returns a pointer to the application-defined subclass of SoLDMTileManager. |
![]() | GetTileVisitor | Obsolete. Returns a pointer to the application-defined subclass of SoLDMTileVisitor. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetVVizGeometry | Obsolete. Returns a pointer to mediator's SoLDMGeometry. |
![]() | IsTileVisitorOwnedByUser | Obsolete. Returns true if the attached tileVisitor set by the application is owned by it. |
![]() | SetMediator | Allows you to provide an application-defined subclass of SoLDMMediator. |
![]() | SetNodeFrontManager | Allows you to provide an application-defined subclass of SoLDMNodeFrontManager. |
![]() | SetTileManager(SoLDMTileManager) | Calls SetTileManager(tilemgr, true). |
![]() | SetTileManager(SoLDMTileManager, Boolean) | Allows you to provide an application-defined subclass of SoLDMTileManager. |
![]() | SetTileVisitor(SoLDMTileVisitor) | Obsolete. Calls SetTileVisitor(name_17684, true). |
![]() | SetTileVisitor(SoLDMTileVisitor, Boolean) | Obsolete. Allows you to provide an application-defined subclass of SoLDMTileVisitor. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class contains all functions in charge of setting/getting LDM managers. The LDM manager classes are declared SoEXTENDER and are provided to allow advanced users to customize LDM functionality.