|
| virtual Dtk_ErrorStatus | _Store (void *) |
| |
| Dtk_ErrorStatus | AddAttribute (Dtk_string name, Dtk_Val val) |
| |
| Dtk_ErrorStatus | AddCurveLineTypeDefinition (const Dtk_LineTypeDefinitionPtr &inLineTypeDefinition) |
| | Add a Dtk_LineTypeDefinition to Dtk_API and set it to current object. More...
|
| |
| Dtk_ErrorStatus | AddCustomerDefinedAttribute (Dtk_string name, Dtk_Val val) |
| |
| Dtk_ErrorStatus | AddLayer (const Dtk_Int32 &inLayer) |
| |
| Dtk_ErrorStatus | AddMaterial (const Dtk_MaterialPtr &inMaterial) |
| |
| Dtk_ErrorStatus | AddPhysicalMaterialInfos (const Dtk_PhysicalMaterialInfosPtr &inMaterial) |
| |
| Dtk_ErrorStatus | AddRenderInfos (const Dtk_RenderInfosPtr &inRender) |
| |
| Dtk_Int32 | DtkDynamicType (const Dtk_Int32 &inId) |
| | Retrieves the dynamic entity type. More...
|
| |
| virtual int | DtkDynamicType (const int &inId)=0 |
| |
| virtual void | dump (FILE *file=stdout) |
| |
| Dtk_Val const * | FindAttribute (const Dtk_string &name) const |
| |
| Dtk_ErrorStatus | FindAttribute (const Dtk_string &name, Dtk_Val &val) const |
| |
| type_detk | get_type_detk () const |
| |
| int | GetActivationFlag () const |
| |
| Dtk_tab< Dtk_Int32 > | GetActiveChildren () const |
| |
| int | GetAddedItemFlag () const |
| |
| int | GetAdditionnalGeometryFlag () const |
| |
| int | GetBlankedStatus () const |
| | Retrieves the entity Blanked Status. More...
|
| |
| Dtk_tab< Dtk_Int32 > | GetBuildingInfosIds () const |
| |
| Dtk_RGB | GetColor () const |
| | Retrieves the entity color as Dtk_RGBA values. More...
|
| |
| int | GetColorId () const |
| | Retrieves the entity color index in Dtk_API color table. More...
|
| |
| Dtk_string | GetConfigurationName () const |
| |
| Dtk_FontLineType | GetCurveLineType () const |
| | Retrieves the curve LineType - for curve entities -. More...
|
| |
| Dtk_LineTypeDefinitionPtr | GetCurveLineTypeDefinition () const |
| | Retrieves the definition of the curve LineType - for curve entities -. More...
|
| |
| Dtk_ID | GetCurveLineTypeDefinitionId () const |
| | Retrieves the Id of Dtk_LineTypeDefinition of the entity in The Dtk_API table. More...
|
| |
| int | GetCurveThickNess () const |
| |
| Dtk_Double64 | GetCurveThickNessInMM () const |
| | Retrieves the curve thickness - if exists and relevant -. More...
|
| |
| int | GetDefaultChildIndex () const |
| |
| Dtk_Double64 | GetDisplayLineWidth () const |
| | Retrieves if all wireframe is displayed with same width. More...
|
| |
| int | GetFlexibleFlag () const |
| |
| int | GetFontId () const |
| |
| int | GetFormFlag () const |
| |
| int | GetHierarchy () const |
| |
| int | GetHierarchyColorFlag () const |
| |
| int | GetId () const |
| |
| int | GetInfiniteGeometryFlag () const |
| | Retrieves the Flag for Infinite Geometry. More...
|
| |
| Dtk_bool | GetIsUpToDate () const |
| | Retrieves up to date state of current object. More...
|
| |
| int | GetLayer () const |
| | Retrieves the entity layer. More...
|
| |
| Dtk_tab< Dtk_Int32 > | GetlayerList () const |
| | Retrieves the layers in which the entity is assigned. More...
|
| |
| enum MandatoryFlag | GetMandatoryFlag () const |
| | Retrieves the Mandatory Flag. More...
|
| |
| Dtk_MaterialPtr | GetMaterial () const |
| |
| int | GetMatId () const |
| |
| Dtk_ErrorStatus | GetMetaData (Dtk_tab< Dtk_MetaDataPtr > &outArray) const |
| |
| Dtk_string | GetName () const |
| | Retrieves the entity name. More...
|
| |
| bool | GetOccurrenceDataFlag () const |
| | Retrieves the OccurrenceData flag. More...
|
| |
| Dtk_string | GetPersistentName () const |
| | Retrieves the entity persistent name. More...
|
| |
| Dtk_PhysicalMaterialInfosPtr | GetPhysicalMaterialInfos () const |
| | Retrieves the entity MaterialInfos. More...
|
| |
| Dtk_ID | GetPhysicalMaterialInfosId () const |
| | Retrieves the Id of MaterialInfos of the entity in The Dtk_API table. More...
|
| |
| Dtk_PointType | GetPointSymbolType () const |
| | Retrieves the Symbol Type - for point only -. More...
|
| |
| int | GetRefEntityFlag () const |
| | Retrieves the Flag for Reference Entity (Reference planes , axis, point. More...
|
| |
| Dtk_ErrorStatus | GetReferenceSet (Dtk_tab< Dtk_string > &outArray, Dtk_Int32 inRemovePrefix=DTK_FALSE) const |
| |
| Dtk_RenderInfosPtr | GetRenderInfos () const |
| | Retrieves the entity RenderInfos of the entity. More...
|
| |
| Dtk_ID | GetRenderInfosId () const |
| | Retrieves the Id of RenderInfos of the entity in The Dtk_API table. More...
|
| |
| virtual Dtk_Size_t | GetSize () const |
| |
| int | GetSubordFlag () const |
| |
| int | GetUse () const |
| |
| Dtk_UUID | GetUuid () const |
| | Retrieves the entity UniqueID if any. More...
|
| |
| int | GetViewId () const |
| |
| Dtk_ErrorStatus | ListAllAttributes (Dtk_tab< Dtk_string > &tab_keys) const |
| |
| Dtk_ErrorStatus | ListAllAttributesWithVal (Dtk_tab< Dtk_pair< Dtk_string, Dtk_Val > > &tab) const |
| |
| Dtk_ErrorStatus | ListAllCustomerDefinedAttributesWithVal (Dtk_tab< Dtk_pair< Dtk_string, Dtk_Val > > &tab) const |
| |
| Dtk_ErrorStatus | ListAttributes (const Dtk_string &substring, Dtk_tab< Dtk_string > &tab_keys) const |
| |
| Dtk_ErrorStatus | RemoveAttribute (const Dtk_string &name) |
| |
| Dtk_ErrorStatus | SetActivationFlag (const Dtk_Int32 &inActivation) |
| |
| Dtk_ErrorStatus | SetActiveChildren (const Dtk_tab< Dtk_Int32 > &inIndices) |
| |
| Dtk_ErrorStatus | SetAddedItemFlag (const Dtk_Int32 &inAddedItem) |
| |
| Dtk_ErrorStatus | SetAdditionnalGeometryFlag (const Dtk_Int32 &inAdditionnalGeom) |
| |
| | SetAsDeprecated ("v2026.2", "use GetMetaData() methods instead.") Dtk_ErrorStatus GetProperties(Dtk_tab< Dtk_PropertiesPtr > &outArray) const |
| |
| Dtk_ErrorStatus | SetBlankedStatus (const Dtk_Int32 &inBlankedStatus) |
| |
| Dtk_ErrorStatus | SetBuildingInfosIds (const Dtk_tab< Dtk_Int32 > inBuildingInfos) |
| |
| Dtk_ErrorStatus | SetColor (const Dtk_RGB &inColor) |
| |
| Dtk_ErrorStatus | SetColor (const int &R, const int &G, const int &B) |
| |
| Dtk_ErrorStatus | SetColorId (const Dtk_Int32 &inColorId) |
| |
| Dtk_ErrorStatus | SetConfigurationName (const Dtk_string &inName) |
| |
| Dtk_ErrorStatus | SetCurveLineType (const Dtk_Int32 &inCurveLineType) |
| | Set line type of current object thanks to Dtk_FontLineType enumeration. More...
|
| |
| Dtk_ErrorStatus | SetCurveLineTypeDefinitionId (const Dtk_ID &inLineTypeDefinitionId) |
| | Set Dtk_LineTypeDefinition of current object via it's id in Dtk_API table. More...
|
| |
| Dtk_ErrorStatus | SetCurveThickNess (const Dtk_Int32 &inCurveThickNess) |
| |
| Dtk_ErrorStatus | SetCurveThickNessInMM (const Dtk_Double64 inCurveThickNessInMM) |
| |
| Dtk_ErrorStatus | SetDefaultChildIndex (const Dtk_Int32 &inIndex) |
| |
| Dtk_ErrorStatus | SetDisplayLineWidth (const Dtk_Double64 &inDisplayLineWidth) |
| |
| Dtk_ErrorStatus | SetFlexibleFlag (const Dtk_Int32 &inIsFlexible) |
| |
| Dtk_ErrorStatus | SetFontId (const Dtk_Int32 &inFontId) |
| |
| Dtk_ErrorStatus | SetFormFlag (const Dtk_Int32 &inFormFlag) |
| |
| Dtk_ErrorStatus | SetHierarchy (const Dtk_Int32 &inHierarchy) |
| |
| Dtk_ErrorStatus | SetHierarchyColorFlag (const Dtk_Int32 &inHierarchy) |
| |
| Dtk_ErrorStatus | SetId (const Dtk_Int32 &inId) |
| |
| Dtk_ErrorStatus | SetInfiniteGeometryFlag (const Dtk_Int32 &inInfiniteGeometryFlag) |
| |
| void | SetIsUpToDate (const Dtk_bool isUpToDate) |
| | Set if current object is up to date or not. More...
|
| |
| Dtk_ErrorStatus | SetLayer (const Dtk_Int32 &inLayer) |
| |
| Dtk_ErrorStatus | SetMandatoryFlag (const enum MandatoryFlag &inMandatoryFlag) |
| |
| Dtk_ErrorStatus | SetMatId (const Dtk_Int32 &inMatId) |
| |
| Dtk_ErrorStatus | SetMetaData (Dtk_tab< Dtk_MetaDataPtr > &inArray) |
| |
| Dtk_ErrorStatus | SetName (Dtk_string inName) |
| |
| Dtk_ErrorStatus | SetOccurrenceDataFlag () |
| |
| Dtk_ErrorStatus | SetPersistentName (Dtk_string inName) |
| |
| Dtk_ErrorStatus | SetPhysicalMaterialInfosId (const Dtk_ID &inMaterialId) |
| |
| Dtk_ErrorStatus | SetPointSymbolType (const Dtk_PointType inPointSymbolType) |
| |
| Dtk_ErrorStatus | SetRefEntityFlag (const Dtk_Int32 &inRefEntityFlag) |
| |
| Dtk_ErrorStatus | SetRenderInfosId (const Dtk_ID &inRenderId) |
| |
| Dtk_ErrorStatus | SetSubordFlag (const Dtk_Int32 &inSubordFlag) |
| |
| Dtk_ErrorStatus | SetUse (const Dtk_Int32 &inUse) |
| |
| Dtk_ErrorStatus | SetUuid (const Dtk_UUID &inUuid) |
| |
| Dtk_ErrorStatus | SetViewId (const Dtk_Int32 &inViewId) |
| |
This is the Dtk_StoredInfo Class.
The Dtk_StoredInfo object is used to store any information stored.
- See also
- Use Dtk_StoredInfoPtr class to handle it.