|
SAGA API Version 9.13
|
#include <table.h>
Public Member Functions | |
| class CSG_Table * | Get_Table (void) |
| sLong | Get_Index (void) const |
| virtual bool | is_Valid (void) const |
| bool | Set_Value (int Field, const CSG_String &Value) |
| bool | Set_Value (int Field, const char *Value) |
| bool | Set_Value (int Field, const wchar_t *Value) |
| bool | Set_Value (const CSG_String &Field, const CSG_String &Value) |
| bool | Set_Value (const char *Field, const CSG_String &Value) |
| bool | Set_Value (const wchar_t *Field, const CSG_String &Value) |
| bool | Set_Value (const char *Field, const char *Value) |
| bool | Set_Value (const wchar_t *Field, const wchar_t *Value) |
| bool | Set_Value (int Field, const CSG_Bytes &Value) |
| bool | Set_Value (const CSG_String &Field, const CSG_Bytes &Value) |
| bool | Set_Value (const char *Field, const CSG_Bytes &Value) |
| bool | Set_Value (const wchar_t *Field, const CSG_Bytes &Value) |
| bool | Set_Value (int Field, const int &Value) |
| bool | Set_Value (const CSG_String &Field, const int &Value) |
| bool | Set_Value (const char *Field, const int &Value) |
| bool | Set_Value (const wchar_t *Field, const int &Value) |
| bool | Set_Value (int Field, const long &Value) |
| bool | Set_Value (const CSG_String &Field, const long &Value) |
| bool | Set_Value (const char *Field, const long &Value) |
| bool | Set_Value (const wchar_t *Field, const long &Value) |
| bool | Set_Value (int Field, const DWORD &Value) |
| bool | Set_Value (const CSG_String &Field, const DWORD &Value) |
| bool | Set_Value (const char *Field, const DWORD &Value) |
| bool | Set_Value (const wchar_t *Field, const DWORD &Value) |
| bool | Set_Value (int Field, const sLong &Value) |
| bool | Set_Value (const CSG_String &Field, const sLong &Value) |
| bool | Set_Value (const char *Field, const sLong &Value) |
| bool | Set_Value (const wchar_t *Field, const sLong &Value) |
| bool | Set_Value (int Field, const uLong &Value) |
| bool | Set_Value (const CSG_String &Field, const uLong &Value) |
| bool | Set_Value (const char *Field, const uLong &Value) |
| bool | Set_Value (const wchar_t *Field, const uLong &Value) |
| bool | Set_Value (int Field, const double &Value) |
| bool | Set_Value (const CSG_String &Field, const double &Value) |
| bool | Set_Value (const char *Field, const double &Value) |
| bool | Set_Value (const wchar_t *Field, const double &Value) |
| bool | Add_Value (int Field, const double &Value) |
| bool | Add_Value (const CSG_String &Field, const double &Value) |
| bool | Add_Value (const char *Field, const double &Value) |
| bool | Add_Value (const wchar_t *Field, const double &Value) |
| bool | Mul_Value (int Field, const double &Value) |
| bool | Mul_Value (const CSG_String &Field, const double &Value) |
| bool | Mul_Value (const char *Field, const double &Value) |
| bool | Mul_Value (const wchar_t *Field, const double &Value) |
| bool | Set_NoData (int Field) |
| bool | Set_NoData (const CSG_String &Field) |
| bool | Set_NoData (const char *Field) |
| bool | Set_NoData (const wchar_t *Field) |
| bool | is_NoData (int Field) const |
| bool | is_NoData (const CSG_String &Field) const |
| bool | is_NoData (const char *Field) const |
| bool | is_NoData (const wchar_t *Field) const |
| const SG_Char * | asString (int Field, int Decimals=-99) const |
| const SG_Char * | asString (const CSG_String &Field, int Decimals=-99) const |
| const SG_Char * | asString (const char *Field, int Decimals=-99) const |
| const SG_Char * | asString (const wchar_t *Field, int Decimals=-99) const |
| SG_Char | asChar (int Field) const |
| SG_Char | asChar (const CSG_String &Field) const |
| SG_Char | asChar (const char *Field) const |
| SG_Char | asChar (const wchar_t *Field) const |
| short | asShort (int Field) const |
| short | asShort (const CSG_String &Field) const |
| short | asShort (const char *Field) const |
| short | asShort (const wchar_t *Field) const |
| int | asInt (int Field) const |
| int | asInt (const CSG_String &Field) const |
| int | asInt (const char *Field) const |
| int | asInt (const wchar_t *Field) const |
| DWORD | asDWord (int Field) const |
| DWORD | asDWord (const CSG_String &Field) const |
| DWORD | asDWord (const char *Field) const |
| DWORD | asDWord (const wchar_t *Field) const |
| sLong | asLong (int Field) const |
| sLong | asLong (const CSG_String &Field) const |
| sLong | asLong (const char *Field) const |
| sLong | asLong (const wchar_t *Field) const |
| uLong | asULong (int Field) const |
| uLong | asULong (const CSG_String &Field) const |
| uLong | asULong (const char *Field) const |
| uLong | asULong (const wchar_t *Field) const |
| float | asFloat (int Field) const |
| float | asFloat (const CSG_String &Field) const |
| float | asFloat (const char *Field) const |
| float | asFloat (const wchar_t *Field) const |
| double | asDouble (int Field) const |
| double | asDouble (const CSG_String &Field) const |
| double | asDouble (const char *Field) const |
| double | asDouble (const wchar_t *Field) const |
| CSG_Table_Value * | Get_Value (int Field) |
| CSG_Table_Value & | operator[] (int Field) const |
| virtual bool | Assign (CSG_Table_Record *pRecord) |
| bool | is_Selected (void) const |
| bool | is_Modified (void) const |
Protected Member Functions | |
| CSG_Table_Record (class CSG_Table *pTable, sLong Index) | |
| virtual | ~CSG_Table_Record (void) |
| void | Set_Selected (bool bOn=true) |
| void | Set_Modified (bool bOn=true) |
| bool | _Add_Field (int add_Field) |
| bool | _Del_Field (int del_Field) |
| int | _Get_Field (const CSG_String &Field) const |
Static Protected Member Functions | |
| static CSG_Table_Value * | _Create_Value (TSG_Data_Type Type) |
Protected Attributes | |
| char | m_Flags |
| sLong | m_Index |
| class CSG_Table_Value ** | m_Values |
| class CSG_Table * | m_pTable |
Friends | |
| class | CSG_Table |
| class | CSG_PointCloud |
Definition at line 64 of file table_record.cpp.
References _Create_Value(), CSG_Table, m_Flags, m_Index, m_pTable, m_Values, and SG_Malloc().
Referenced by CSG_Shape::Assign(), CSG_Shape::Assign(), CSG_Shape::Assign(), Assign(), CSG_Shape::CSG_Shape(), and CSG_Shape::CSG_Shapes.
|
protectedvirtual |
Definition at line 86 of file table_record.cpp.
References is_Selected(), m_Index, m_pTable, m_Values, and SG_Free().
|
protected |
Definition at line 138 of file table_record.cpp.
References _Create_Value(), m_pTable, m_Values, and SG_Realloc().
|
staticprotected |
Definition at line 110 of file table_record.cpp.
References SG_DATATYPE_Binary, SG_DATATYPE_Byte, SG_DATATYPE_Char, SG_DATATYPE_Color, SG_DATATYPE_Date, SG_DATATYPE_Double, SG_DATATYPE_DWord, SG_DATATYPE_Float, SG_DATATYPE_Int, SG_DATATYPE_Long, SG_DATATYPE_Short, SG_DATATYPE_String, SG_DATATYPE_ULong, and SG_DATATYPE_Word.
Referenced by _Add_Field(), CSG_Table_Record(), and CSG_Table::Set_Field_Type().
|
protected |
Definition at line 162 of file table_record.cpp.
References m_pTable, m_Values, and SG_Realloc().
|
protected |
Definition at line 177 of file table_record.cpp.
References CSG_String::Cmp(), CSG_String::Length(), and m_pTable.
Referenced by Add_Value(), Add_Value(), Add_Value(), asChar(), asChar(), asChar(), asDouble(), asDouble(), asDouble(), asDWord(), asDWord(), asDWord(), asFloat(), asFloat(), asFloat(), asInt(), asInt(), asInt(), asLong(), asLong(), asLong(), asShort(), asShort(), asShort(), asString(), asString(), asString(), asULong(), asULong(), asULong(), is_NoData(), is_NoData(), is_NoData(), Mul_Value(), Mul_Value(), Mul_Value(), Set_NoData(), Set_NoData(), Set_NoData(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), and Set_Value().
|
inline |
Definition at line 186 of file table.h.
References _Get_Field(), and Add_Value().
Referenced by Add_Value().
|
inline |
Definition at line 185 of file table.h.
References _Get_Field(), and Set_Value().
|
inline |
Definition at line 187 of file table.h.
References _Get_Field(), and Add_Value().
Referenced by Add_Value().
| bool CSG_Table_Record::Add_Value | ( | int | Field, |
| const double & | Value ) |
Definition at line 291 of file table_record.cpp.
References asDouble(), and Set_Value().
Referenced by CSG_Category_Statistics::Add_Value(), CSG_Category_Statistics::Add_Value(), and CSG_Category_Statistics::Add_Value().
|
inline |
Definition at line 211 of file table.h.
References _Get_Field(), asChar(), and SG_Char.
|
inline |
Definition at line 210 of file table.h.
References _Get_Field(), asChar(), and SG_Char.
|
inline |
Definition at line 212 of file table.h.
References _Get_Field(), asChar(), and SG_Char.
|
inline |
|
inline |
Definition at line 246 of file table.h.
References _Get_Field(), and asDouble().
Referenced by asDouble().
|
inline |
Definition at line 245 of file table.h.
References _Get_Field(), and asDouble().
Referenced by asDouble().
|
inline |
Definition at line 247 of file table.h.
References _Get_Field(), and asDouble().
Referenced by asDouble().
| double CSG_Table_Record::asDouble | ( | int | Field | ) | const |
Definition at line 418 of file table_record.cpp.
References asDouble(), and m_Values.
Referenced by CSG_Regression_Multiple::_Set_Step_Info(), CSG_PointCloud::Add_Shape(), Add_Value(), CSG_Category_Statistics::asDouble(), asDouble(), asFloat(), CSG_KDTree_2D::Create(), CSG_KDTree_3D::Create(), CSG_PRQuadTree::Create(), CSG_TIN_Node::Get_Gradient(), CSG_Regression_Multiple::Get_Info(), CSG_Parameters_Point_Search_KDTree_2D::Get_Point(), CSG_Grid_Cell_Addressor::Get_Values(), Mul_Value(), and CSG_Table_DBase::Open_Write().
|
inline |
Definition at line 226 of file table.h.
References _Get_Field(), and asDWord().
|
inline |
Definition at line 225 of file table.h.
References _Get_Field(), and asDWord().
|
inline |
Definition at line 227 of file table.h.
References _Get_Field(), and asDWord().
|
inline |
|
inline |
Definition at line 241 of file table.h.
References _Get_Field(), and asFloat().
|
inline |
Definition at line 240 of file table.h.
References _Get_Field(), and asFloat().
|
inline |
Definition at line 242 of file table.h.
References _Get_Field(), and asFloat().
|
inline |
|
inline |
Definition at line 221 of file table.h.
References _Get_Field(), and asInt().
|
inline |
Definition at line 220 of file table.h.
References _Get_Field(), and asInt().
|
inline |
Definition at line 222 of file table.h.
References _Get_Field(), and asInt().
|
inline |
Definition at line 219 of file table.h.
References asLong().
Referenced by CSG_Category_Statistics::asInt(), asInt(), asInt(), asInt(), CSG_Category_Statistics::Get_Count(), CSG_Regression_Multiple::Get_Info(), CSG_Projections::Get_Names_List(), CSG_Projections::Get_Preference(), CSG_Projections::Get_Projection(), CSG_Projections::Get_Projection(), and CSG_Grid_Cell_Addressor::Get_Values().
|
inline |
Definition at line 231 of file table.h.
References _Get_Field(), and asLong().
|
inline |
Definition at line 230 of file table.h.
References _Get_Field(), and asLong().
|
inline |
Definition at line 232 of file table.h.
References _Get_Field(), and asLong().
| sLong CSG_Table_Record::asLong | ( | int | Field | ) | const |
|
inline |
Definition at line 216 of file table.h.
References _Get_Field(), and asShort().
|
inline |
Definition at line 215 of file table.h.
References _Get_Field(), and asShort().
|
inline |
Definition at line 217 of file table.h.
References _Get_Field(), and asShort().
|
inline |
|
virtual |
Reimplemented in CSG_Shape.
Definition at line 429 of file table_record.cpp.
References CSG_Table_Record(), CSG_Table::Get_Field_Count(), m_pTable, m_Values, and Set_Modified().
Referenced by CSG_Shape::Assign(), CSG_Table::Assign_Values(), and CSG_Table::Ins_Record().
|
inline |
Definition at line 206 of file table.h.
References _Get_Field(), asString(), and SG_Char.
Referenced by asString().
|
inline |
Definition at line 205 of file table.h.
References _Get_Field(), asString(), and SG_Char.
Referenced by asString().
|
inline |
Definition at line 207 of file table.h.
References _Get_Field(), asString(), and SG_Char.
Referenced by asString().
| const SG_Char * CSG_Table_Record::asString | ( | int | Field, |
| int | Decimals = -99 ) const |
Definition at line 400 of file table_record.cpp.
References asString(), m_Values, and SG_Char.
Referenced by CSG_Table::_Save_Text(), CSG_Parameter_Fixed_Table::_Serialize(), CSG_PointCloud::Add_Shape(), CSG_Category_Statistics::asString(), asString(), CSG_Translator::Create(), CSG_Tool_Library_Manager::Create_Python_ToolBox(), CSG_Regression_Multiple::Get_Info(), CSG_Projections::Get_Names_List(), CSG_Projections::Get_Preference(), CSG_Projections::Get_Projection(), CSG_Projections::Get_Projection(), is_NoData(), CSG_Parameter::is_Value_Equal(), CSG_Table_DBase::Open_Write(), and CSG_Table::to_Text().
|
inline |
Definition at line 236 of file table.h.
References _Get_Field(), and asULong().
|
inline |
Definition at line 235 of file table.h.
References _Get_Field(), and asULong().
|
inline |
Definition at line 237 of file table.h.
References _Get_Field(), and asULong().
| uLong CSG_Table_Record::asULong | ( | int | Field | ) | const |
|
inline |
Definition at line 136 of file table.h.
References m_Index.
Referenced by CSG_TIN::Assign(), CSG_Shapes::Del_Shape(), CSG_Category_Statistics::Get_Category(), CSG_Category_Statistics::Get_Category(), CSG_Category_Statistics::Get_Category(), and CSG_Table::Select().
|
inline |
Definition at line 135 of file table.h.
References CSG_Table, and m_pTable.
Referenced by CSG_PointCloud::Add_Shape(), and CSG_Shape::Assign().
|
inline |
|
inline |
Definition at line 255 of file table.h.
References m_Flags, and SG_TABLE_REC_FLAG_Modified.
Referenced by Set_Modified().
|
inline |
Definition at line 201 of file table.h.
References _Get_Field(), and is_NoData().
Referenced by is_NoData().
|
inline |
Definition at line 200 of file table.h.
References _Get_Field(), and is_NoData().
Referenced by is_NoData().
|
inline |
Definition at line 202 of file table.h.
References _Get_Field(), and is_NoData().
Referenced by is_NoData().
| bool CSG_Table_Record::is_NoData | ( | int | Field | ) | const |
Definition at line 363 of file table_record.cpp.
References asString(), m_pTable, m_Values, SG_DATATYPE_Binary, SG_DATATYPE_Byte, SG_DATATYPE_Char, SG_DATATYPE_Color, SG_DATATYPE_Date, SG_DATATYPE_Double, SG_DATATYPE_DWord, SG_DATATYPE_Float, SG_DATATYPE_Int, SG_DATATYPE_Long, SG_DATATYPE_Short, SG_DATATYPE_String, SG_DATATYPE_ULong, and SG_DATATYPE_Word.
Referenced by CSG_Table::_Save_Text(), CSG_KDTree_2D::Create(), CSG_KDTree_3D::Create(), CSG_Translator::Create(), CSG_Parameters_Point_Search_KDTree_2D::Get_Point(), CSG_Table_DBase::Open_Write(), and CSG_Table::Set_Field_Type().
|
inline |
Definition at line 254 of file table.h.
References m_Flags, and SG_TABLE_REC_FLAG_Selected.
Referenced by CSG_Table::Inv_Selection(), CSG_Table::Select(), Set_Selected(), and ~CSG_Table_Record().
|
inlinevirtual |
Reimplemented in CSG_Shape_Line, CSG_Shape_Point, CSG_Shape_Points, and CSG_Shape_Polygon.
|
inline |
Definition at line 191 of file table.h.
References _Get_Field(), and Mul_Value().
Referenced by Mul_Value().
|
inline |
Definition at line 190 of file table.h.
References _Get_Field(), and Set_Value().
|
inline |
Definition at line 192 of file table.h.
References _Get_Field(), and Mul_Value().
Referenced by Mul_Value().
| bool CSG_Table_Record::Mul_Value | ( | int | Field, |
| const double & | Value ) |
Definition at line 302 of file table_record.cpp.
References asDouble(), and Set_Value().
|
inline |
|
protected |
Definition at line 215 of file table_record.cpp.
References is_Modified(), m_Flags, m_pTable, and SG_TABLE_REC_FLAG_Modified.
Referenced by CSG_Shape::_Invalidate(), Assign(), Set_NoData(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), and Set_Value().
|
inline |
Definition at line 196 of file table.h.
References _Get_Field(), and Set_NoData().
Referenced by Set_NoData().
|
inline |
Definition at line 195 of file table.h.
References _Get_Field(), and Set_NoData().
Referenced by Set_NoData().
|
inline |
Definition at line 197 of file table.h.
References _Get_Field(), and Set_NoData().
Referenced by Set_NoData().
| bool CSG_Table_Record::Set_NoData | ( | int | Field | ) |
Definition at line 318 of file table_record.cpp.
References m_pTable, m_Values, Set_Modified(), Set_Value(), SG_DATATYPE_Binary, SG_DATATYPE_Byte, SG_DATATYPE_Char, SG_DATATYPE_Color, SG_DATATYPE_Date, SG_DATATYPE_Double, SG_DATATYPE_DWord, SG_DATATYPE_Float, SG_DATATYPE_Int, SG_DATATYPE_Long, SG_DATATYPE_Short, SG_DATATYPE_String, SG_DATATYPE_ULong, SG_DATATYPE_Word, and SG_T.
Referenced by CSG_Table_DBase::Open_Read().
|
protected |
Definition at line 199 of file table_record.cpp.
References is_Selected(), m_Flags, and SG_TABLE_REC_FLAG_Selected.
Referenced by CSG_Table::Inv_Selection(), and CSG_Table::Select().
|
inline |
Definition at line 146 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 151 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 144 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 181 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 166 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 156 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 161 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 171 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 176 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 150 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 143 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 180 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 165 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 155 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 160 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 170 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 175 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 152 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 145 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 182 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 167 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 157 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 162 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 172 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 177 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
Definition at line 147 of file table.h.
References _Get_Field(), and Set_Value().
Referenced by Set_Value().
|
inline |
| bool CSG_Table_Record::Set_Value | ( | int | Field, |
| const CSG_Bytes & | Value ) |
Definition at line 251 of file table_record.cpp.
References m_pTable, m_Values, and Set_Modified().
| bool CSG_Table_Record::Set_Value | ( | int | Field, |
| const CSG_String & | Value ) |
Definition at line 241 of file table_record.cpp.
References m_pTable, m_Values, and Set_Modified().
Referenced by CSG_Regression_Multiple::_Get_Regression(), CSG_Parameter_Fixed_Table::_Serialize(), CSG_Regression_Multiple::_Set_Step_Info(), CSG_Regression_Multiple::_Set_Step_Info(), CSG_Projections::Add(), CSG_Tool::Add_Reference(), CSG_Tool_Library::Add_Reference(), Add_Value(), Add_Value(), CSG_Shapes::Calculate_Geometry(), CSG_Translator::Create(), CSG_Table::from_Text(), CSG_MetaData::Get_Table(), Mul_Value(), Mul_Value(), CSG_Table_DBase::Open_Read(), CSG_Table::Serialize(), and Set_NoData().
| bool CSG_Table_Record::Set_Value | ( | int | Field, |
| const double & | Value ) |
Definition at line 281 of file table_record.cpp.
References m_pTable, m_Values, and Set_Modified().
|
inline |
|
inline |
|
inline |
| bool CSG_Table_Record::Set_Value | ( | int | Field, |
| const sLong & | Value ) |
Definition at line 261 of file table_record.cpp.
References m_pTable, m_Values, and Set_Modified().
| bool CSG_Table_Record::Set_Value | ( | int | Field, |
| const uLong & | Value ) |
Definition at line 271 of file table_record.cpp.
References m_pTable, m_Values, and Set_Modified().
|
inline |
|
friend |
Definition at line 131 of file table.h.
References CSG_PointCloud, and CSG_Table.
Referenced by CSG_PointCloud.
|
friend |
Definition at line 131 of file table.h.
Referenced by CSG_PointCloud, CSG_Table_Record(), and Get_Table().
|
protected |
Definition at line 264 of file table.h.
Referenced by CSG_Table_Record(), is_Modified(), is_Selected(), CSG_Table::Set_Field_Type(), Set_Modified(), and Set_Selected().
|
protected |
Definition at line 266 of file table.h.
Referenced by CSG_Table_Record(), Get_Index(), CSG_Table::Ins_Record(), and ~CSG_Table_Record().
|
protected |
Definition at line 270 of file table.h.
Referenced by _Add_Field(), _Del_Field(), _Get_Field(), CSG_Shape::_Invalidate(), Assign(), CSG_Table_Record(), Get_Table(), CSG_Shape::Get_Type(), CSG_Shape::Get_Vertex_Type(), is_NoData(), Set_Modified(), Set_NoData(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), and ~CSG_Table_Record().
|
protected |
Definition at line 268 of file table.h.
Referenced by _Add_Field(), _Del_Field(), asDouble(), asLong(), Assign(), asString(), asULong(), CSG_Table_Record(), Get_Value(), is_NoData(), operator[](), CSG_Table::Set_Field_Type(), Set_NoData(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), Set_Value(), and ~CSG_Table_Record().