![Logo](tetiere_ht.jpg) |
DATAKIT API
V2025.1
|
|
Go to the documentation of this file. 1 #ifndef _DTK_GLOBAL_DATA_SET_HPP_
2 #define _DTK_GLOBAL_DATA_SET_HPP_
Dtk_FdtDataSet(const Dtk_FdtDataSet &s)
type_detk get_type_detk() const
Definition: dtk_global_data_set.hpp:42
Dtk_Handle * _Private
Definition: dtk_global_data_set.hpp:125
~Dtk_FdtDataSet()
Destructor.
type_detk get_type_detk() const
Definition: dtk_global_data_set.hpp:97
static Dtk_GlobalDataSetPtr Create()
Base constructor.
Dtk_Handle * _Private
Definition: dtk_global_data_set.hpp:69
type_detk get_type_detk() const
Definition: dtk_global_data_set.hpp:153
Dtk_FdtSetPackage::Dtk_FdtSetPtr GetFdtSetByPos(const Dtk_Size_t inPos) const
Retrieves the ith Dtk_SelectionSetPtr giving its index.
@ DTK_TYPE_SELECTION_DATA_SET
Definition: define.h:455
void SetSelectionDataSet(const Dtk_SelectionDataSetPtr &inSelectionDataSet)
Set The SelectionDataSet infos - for internal use only -.
size_t Dtk_Size_t
Definition: define.h:712
@ DTK_TYPE_FDT_DATA_SET
Definition: define.h:457
Dtk_Int32 DtkDynamicType(const Dtk_Int32 &inId)
Retrieves the dynamic entity type.
Dtk_Handle * _Private
Definition: dtk_global_data_set.hpp:14
Dtk_Size_t AddSelectionSet(const Dtk_SelectionSetPtr &inSelectionSet)
Adds a Dtk_SelectionSetPtr to the selection sets pool.
static Dtk_SelectionDataSetPtr Create()
Base constructor.
@ _typeID
Definition: dtk_global_data_set.hpp:138
Dtk_SelectionDataSet(const Dtk_SelectionDataSet &s)
virtual Dtk_Object * Clone()
Definition: dtk_global_data_set.hpp:77
Dtk_Int32 DtkDynamicType(const Dtk_Int32 &inId)
Retrieves the dynamic entity type.
Definition: dtk_global_data_set.hpp:66
int32_t Dtk_Int32
Definition: define.h:687
Dtk_Int32 DtkDynamicType(const Dtk_Int32 &inId)
Retrieves the dynamic entity type.
@ DTK_TYPE_GLOBAL_DATA_SET
Definition: define.h:454
static Dtk_FdtDataSet * DtkDynamicCast(Dtk_Object *s)
Performs a dynamic cast - doesn't need RTTI -.
Definition: util_ptr_dtk.hpp:37
Dtk_Size_t GetNumFdtSets() const
Retrieves the number of Selection sets.
static Dtk_FdtDataSetPtr Create()
Base constructor.
static Dtk_SelectionDataSet * DtkDynamicCast(Dtk_Object *s)
Performs a dynamic cast - doesn't need RTTI -.
type_detk
Definition: define.h:32
static Dtk_GlobalDataSet * DtkDynamicCast(Dtk_Object *s)
Performs a dynamic cast - doesn't need RTTI -.
Dtk_Size_t AddFdtSet(const Dtk_FdtSetPackage::Dtk_FdtSetPtr &inFdtSet)
Adds a Dtk_SelectionSetPtr to the selection sets pool.
Dtk_Size_t GetNumSelectionSets() const
Retrieves the number of Selection sets.
virtual Dtk_Object * Clone()
Definition: dtk_global_data_set.hpp:133
~Dtk_SelectionDataSet()
Destructor.
const Dtk_SelectionDataSetPtr GetSelectionDataSet() const
Retrieves the SelectionDataSet.
Dtk_SelectionSetPtr GetSelectionSetByPos(const Dtk_Size_t inPos) const
Retrieves the ith Dtk_SelectionSetPtr giving its index.
@ _typeID
Definition: dtk_global_data_set.hpp:27
~Dtk_GlobalDataSet()
Destructor.
Definition: dtk_global_data_set.hpp:122
const Dtk_FdtDataSetPtr GetFdtDataSet() const
Retrieves the FdtDataSet.
Definition: dtk_object.hpp:8
Definition: dtk_global_data_set.hpp:11
void SetFdtDataSet(const Dtk_FdtDataSetPtr &inFdtDataSet)
Set The FdtDataSet infos - for internal use only -.
@ _typeID
Definition: dtk_global_data_set.hpp:82
Dtk_GlobalDataSet(const Dtk_GlobalDataSet &s)
virtual Dtk_Object * Clone()
Definition: dtk_global_data_set.hpp:22