12#ifndef BELFEM_CL_VTK_MESHVIEW_HPP
13#define BELFEM_CL_VTK_MESHVIEW_HPP
Cell is a wrapper around the standard vector.
Definition cl_Cell.hpp:42
Top-level container for all mesh entities.
Definition cl_Mesh.hpp:60
Definition cl_Block.hpp:27
Definition cl_SideSet.hpp:29
Actor actor()
The VTK actor; ownership stays with this wrapper.
Definition cl_VTK_MeshView.hpp:51
BlockActor(Points aPoints, Map< id_t, vtkIdType > &aNodeMap, Map< id_t, vtkIdType > &aElementMap, mesh::Block *aBlock)
Definition cl_VTK_MeshView.cpp:24
mesh::Block * block()
Definition cl_VTK_MeshView.hpp:48
Cell< Actor > actors()
All VTK actors (blocks + sidesets), for handing to a renderer.
Definition cl_VTK_MeshView.cpp:170
Cell< SideSetActor * > & sidesets()
The per-sideset actor wrappers; ownership stays with this view.
Definition cl_VTK_MeshView.hpp:110
void set_user_transform(const Transform &aTransform)
Definition cl_VTK_MeshView.cpp:190
Cell< BlockActor * > & blocks()
The per-block actor wrappers; ownership stays with this view.
Definition cl_VTK_MeshView.hpp:107
MeshView(belfem::Mesh *aMesh)
Definition cl_VTK_MeshView.cpp:121
mesh::SideSet * sideset()
Definition cl_VTK_MeshView.hpp:70
Actor actor()
The VTK actor; ownership stays with this wrapper.
Definition cl_VTK_MeshView.hpp:73
SideSetActor(Points aPoints, Map< id_t, vtkIdType > &aNodeMap, Map< id_t, vtkIdType > &aElementMap, mesh::SideSet *aSideSet)
Definition cl_VTK_MeshView.cpp:74
Definition vtktools.cpp:21
void Actor
Definition vtktypes.hpp:52
void Points
Definition vtktypes.hpp:59
void DataSetMapper
Definition vtktypes.hpp:58
void UnstructuredGrid
Definition vtktypes.hpp:62
void Transform
Definition vtktypes.hpp:56
USER GUIDES:
Definition cl_Capacitor.cpp:16