Blue Brain BioExplorer
core::Field Member List

This is the complete list of members for core::Field, including all inherited members.

_currentTypecore::PropertyObjectprotected
_dimensionscore::Fieldprotected
_isEqual(const T &a, const T &b, typename std::enable_if< std::is_floating_point< T >::value >::type *=0)core::BaseObjectinlineprotected
_isEqual(const T &a, const T &b, typename std::enable_if<!std::is_floating_point< T >::value >::type *=0)core::BaseObjectinlineprotected
_octreeDataTypecore::Fieldprotected
_octreeIndicescore::Fieldprotected
_octreeValuescore::Fieldprotected
_offsetcore::Fieldprotected
_parameterscore::Fieldprotected
_propertiescore::PropertyObjectprotected
_spacingcore::Fieldprotected
_updateValue(T &member, const T &newValue, const bool triggerCallback=true)core::BaseObjectinlineprotected
BaseObject()=defaultcore::BaseObject
BaseObject(const BaseObject &)core::BaseObjectinline
clearModifiedCallback()core::BaseObjectinline
clonePropertiesFrom(const PropertyObject &obj)core::PropertyObjectinline
Field(const FieldParameters &parameters, const Vector3ui &dimensions, const Vector3f &spacing, const Vector3f &offset, const uint32_ts &indices, const floats &values, const OctreeDataType dataType)core::Fieldinline
getBounds() constcore::Fieldinline
getCurrentType() constcore::PropertyObjectinline
getDimensions() constcore::Fieldinline
getElementSpacing() constcore::Fieldinline
getOctreeDataType() constcore::Fieldinline
getOctreeIndices() constcore::Fieldinline
getOctreeValues() constcore::Fieldinline
getOffset() constcore::Fieldinline
getProperty(const std::string &name) constcore::PropertyObjectinline
getPropertyMap() constcore::PropertyObjectinline
getPropertyMap(const std::string &type) constcore::PropertyObjectinline
getPropertyOrValue(const std::string &name, T val) constcore::PropertyObjectinline
getTypes() constcore::PropertyObjectinline
hasProperty(const std::string &name) constcore::PropertyObjectinline
isModified() constcore::BaseObjectinline
markModified(const bool triggerCallback=true)core::BaseObjectinline
ModifiedCallback typedefcore::BaseObject
onModified(const ModifiedCallback &callback)core::BaseObjectinline
operator=(const BaseObject &rhs)core::BaseObjectinline
resetModified()core::BaseObjectinline
setCurrentType(const std::string &type)core::PropertyObjectinline
setProperties(const PropertyMap &properties)core::PropertyObjectinline
setProperties(const std::string &type, const PropertyMap &properties)core::PropertyObjectinline
updateProperties(const PropertyMap &properties)core::PropertyObjectinline
updateProperty(const std::string &name, const T &value, const bool triggerCallback=true)core::PropertyObjectinline
~BaseObject()=defaultcore::BaseObjectvirtual