This is the complete list of members for XAO::Field, including all inherited members.
addNewStep(const int &number)=0 | XAO::Field | pure virtual |
begin() | XAO::Field | inline |
checkComponent(const int &component) | XAO::Field | protected |
checkStepIndex(const int &step) | XAO::Field | protected |
countComponents() const | XAO::Field | inline |
countElements() const | XAO::Field | inline |
countSteps() const | XAO::Field | inline |
countValues() const | XAO::Field | inline |
createField(const XAO::Type &type, const XAO::Dimension &dimension, const int &nbElements, const int &nbComponents, const std::string &name=std::string("")) | XAO::Field | static |
end() | XAO::Field | inline |
Field(const XAO::Dimension &dimension, const int &nbElements, const int &nbComponents, const std::string &name) | XAO::Field | protected |
getComponentName(const int &index) | XAO::Field | |
getDimension() const | XAO::Field | inline |
getName() const | XAO::Field | inline |
getType()=0 | XAO::Field | pure virtual |
hasStep(const int &step) | XAO::Field | |
m_components | XAO::Field | protected |
m_dimension | XAO::Field | protected |
m_name | XAO::Field | protected |
m_nbComponents | XAO::Field | protected |
m_nbElements | XAO::Field | protected |
m_steps | XAO::Field | protected |
removeStep(Step *step) | XAO::Field | |
setComponentName(const int &componentIndex, const std::string &name) | XAO::Field | |
setComponentsNames(const std::vector< std::string > &names) | XAO::Field | |
setName(const std::string &name) | XAO::Field | inline |
~Field() | XAO::Field | virtual |