Visual Computing Library
|
Additional Inherited Members | |
![]() | |
using | ParentMeshType = MeshType |
using | Components = FilterTypesByCondition< comp::IsComponentPred, TypeWrapper< Comps... > >::type |
Components is an alias to a vcl::TypeWrapper that wraps all the types from which the Element inherits (Comps) that are Components (they satisfy the ComponentConcept). | |
![]() | |
using | ParentMeshType = MeshType |
![]() | |
uint | index () const |
template<uint COMP_ID> | |
auto & | component () |
template<uint COMP_ID> | |
const auto & | component () const |
template<typename ElType > | |
void | importFrom (const ElType &v, bool importRefs=true) |
void | serialize (std::ostream &out) const |
void | deserialize (std::istream &in) |
![]() | |
ParentMeshPointer (const ParentMeshPointer< MeshType > &) | |
ParentMeshPointer (ParentMeshPointer< MeshType > &&) | |
ParentMeshPointer & | operator= (const ParentMeshPointer< MeshType > &) |
constexpr MeshType * | parentMesh () |
constexpr const MeshType * | parentMesh () const |
![]() | |
static const uint | ELEMENT_ID = ELEM_ID |
![]() | |
void | setParentMesh (void *parentMesh) |