21#ifndef __XAO_BOOLEANFIELD_HXX__
22#define __XAO_BOOLEANFIELD_HXX__
27#include "XAO_XaoUtils.hxx"
28#include "XAO_Field.hxx"
29#include "XAO_BooleanStep.hxx"
32#pragma warning(disable:4290)
52 BooleanField(XAO::Dimension dimension,
int nbElements,
int nbComponents,
const std::string& name);
54 virtual XAO::Type
getType() {
return XAO::BOOLEAN; }
56 virtual Step* addNewStep(
int step);
Represents a field with boolean values.
Definition: XAO_BooleanField.hxx:43
virtual XAO::Type getType()
Gets the Type of the field.
Definition: XAO_BooleanField.hxx:54
Step with boolean values.
Definition: XAO_BooleanStep.hxx:43
A geometrical Field.
Definition: XAO_Field.hxx:46
Base class for steps.
Definition: XAO_Step.hxx:39