Version: 8.3.0
SALOMEDSImpl_AttributeTable Class Reference

#include <SALOMEDSImpl_AttributeTable.hxx>

Inheritance diagram for SALOMEDSImpl_AttributeTable:

Public Types

enum  SortOrder { AscendingOrder, DescendingOrder }
 Sort order. More...
 
enum  SortPolicy {
  EmptyLowest, EmptyHighest, EmptyFirst, EmptyLast,
  EmptyIgnore
}
 Sort policy (specifies how empty cells are taken into account when sorting) More...
 

Member Enumeration Documentation

Sort order.

Enumerator
AscendingOrder 

The items are sorted ascending.

DescendingOrder 

The items are sorted descending.

Sort policy (specifies how empty cells are taken into account when sorting)

Enumerator
EmptyLowest 

Empty cells are considered as lowest values.

EmptyHighest 

Empty cells are considered as highest values.

EmptyFirst 

Empty cells are always first.

EmptyLast 

Empty cells are always last.

EmptyIgnore 

Empty cells are ignored (stay at initial positions)