_mesh_item_type | MeshLib::PropertyVectorBase | protected |
_n_components | MeshLib::PropertyVectorBase | protected |
_property_name | MeshLib::PropertyVectorBase | protected |
assign(R &&r) | MeshLib::PropertyVector< T > | inline |
begin() | MeshLib::PropertyVector< T > | inline |
begin() const | MeshLib::PropertyVector< T > | inline |
cbegin() const | MeshLib::PropertyVector< T > | inline |
cend() const | MeshLib::PropertyVector< T > | inline |
clear() | MeshLib::PropertyVector< T > | inline |
clone(std::vector< std::size_t > const &exclude_positions) const override | MeshLib::PropertyVector< T > | inlinevirtual |
data() const | MeshLib::PropertyVector< T > | inline |
data() | MeshLib::PropertyVector< T > | inline |
data_ | MeshLib::PropertyVector< T > | private |
empty() const | MeshLib::PropertyVector< T > | inline |
end() | MeshLib::PropertyVector< T > | inline |
end() const | MeshLib::PropertyVector< T > | inline |
getComponent(std::size_t tuple_index, int component) | MeshLib::PropertyVector< T > | inline |
getComponent(std::size_t tuple_index, int component) const | MeshLib::PropertyVector< T > | inline |
getMeshItemType() const | MeshLib::PropertyVectorBase | inline |
getNumberOfGlobalComponents() const | MeshLib::PropertyVectorBase | inline |
getNumberOfTuples() const | MeshLib::PropertyVector< T > | inline |
getPropertyName() const | MeshLib::PropertyVectorBase | inline |
is_for_output | MeshLib::PropertyVectorBase | |
operator[](std::size_t const pos) | MeshLib::PropertyVector< T > | inline |
operator[](std::size_t const pos) const | MeshLib::PropertyVector< T > | inline |
Properties class | MeshLib::PropertyVector< T > | friend |
PropertyVector(std::string const &property_name, MeshItemType mesh_item_type, std::size_t n_components) | MeshLib::PropertyVector< T > | inlineexplicitprotected |
PropertyVector(std::size_t n_property_values, std::string const &property_name, MeshItemType mesh_item_type, std::size_t n_components) | MeshLib::PropertyVector< T > | inlineprotected |
PropertyVectorBase(std::string property_name, MeshItemType mesh_item_type, std::size_t n_components) | MeshLib::PropertyVectorBase | inlineprotected |
push_back(const PROP_VAL_TYPE &value) | MeshLib::PropertyVector< T > | inline |
resize(std::size_t const size) | MeshLib::PropertyVector< T > | inline |
resize(std::size_t const size, const PROP_VAL_TYPE &value) | MeshLib::PropertyVector< T > | inline |
size() const | MeshLib::PropertyVector< T > | inline |
ssize() const | MeshLib::PropertyVector< T > | inline |
value_type typedef | MeshLib::PropertyVector< T > | |
~PropertyVectorBase()=default | MeshLib::PropertyVectorBase | virtual |