23 #ifndef _SALOMEDSImpl_AttributeTable_HeaderFile
24 #define _SALOMEDSImpl_AttributeTable_HeaderFile
68 if ( !hasValue1 && !hasValue2 ) {
71 else if ( !hasValue1 || !hasValue2 ) {
#define SALOMEDSIMPL_EXPORT
Definition: SALOMEDSImpl_Defines.hxx:34
Definition: SALOMEDSImpl_AttributeTable.hxx:29
SortPolicy
Sort policy (specifies how empty cells are taken into account when sorting)
Definition: SALOMEDSImpl_AttributeTable.hxx:38
@ EmptyHighest
Empty cells are considered as highest values.
Definition: SALOMEDSImpl_AttributeTable.hxx:40
@ EmptyLowest
Empty cells are considered as lowest values.
Definition: SALOMEDSImpl_AttributeTable.hxx:39
@ EmptyLast
Empty cells are always last.
Definition: SALOMEDSImpl_AttributeTable.hxx:42
@ EmptyFirst
Empty cells are always first.
Definition: SALOMEDSImpl_AttributeTable.hxx:41
@ EmptyIgnore
Empty cells are ignored (stay at initial positions)
Definition: SALOMEDSImpl_AttributeTable.hxx:43
SortOrder
Sort order.
Definition: SALOMEDSImpl_AttributeTable.hxx:32
@ AscendingOrder
The items are sorted ascending.
Definition: SALOMEDSImpl_AttributeTable.hxx:33
@ DescendingOrder
The items are sorted descending.
Definition: SALOMEDSImpl_AttributeTable.hxx:34
Definition: SALOMEDSImpl_AttributeTable.hxx:48
TTable * myTable
Definition: SALOMEDSImpl_AttributeTable.hxx:49
SALOMEDSImpl_AttributeTable::SortPolicy mySortPolicy
Definition: SALOMEDSImpl_AttributeTable.hxx:51
int myIndex
Definition: SALOMEDSImpl_AttributeTable.hxx:52
bool operator()(int idx1, int idx2)
Definition: SALOMEDSImpl_AttributeTable.hxx:64
bool myIsRow
Definition: SALOMEDSImpl_AttributeTable.hxx:53
SALOMEDSImpl_AttributeTable::SortOrder mySortOrder
Definition: SALOMEDSImpl_AttributeTable.hxx:50
TableSorter(TTable *table, SALOMEDSImpl_AttributeTable::SortOrder so, SALOMEDSImpl_AttributeTable::SortPolicy sp, int index, bool sortRow)
Definition: SALOMEDSImpl_AttributeTable.hxx:56
index
Definition: python_test_driver.py:105