shapeworks::MeshGroup
Representation of a group of meshes. More...
#include <MeshGroup.h>
Public Functions
| Name | |
|---|---|
| MeshGroup() | |
| MeshGroup(unsigned long num_meshes) | |
| ~MeshGroup() | |
| void | set_number_of_meshes(int n) |
| bool | valid() |
| void | set_mesh(int i, MeshHandle mesh) |
| MeshList & | meshes() Return a reference to the list of meshes. |
| vtkSmartPointer< vtkPolyData > | get_combined_poly_data() Return polydata of all meshes, combined. |
Detailed Description
class shapeworks::MeshGroup;
Representation of a group of meshes.
The MeshGroup class encapsulates a group of meshes (e.g. from a single subject)
Public Functions Documentation
function MeshGroup
MeshGroup()
function MeshGroup
MeshGroup(
unsigned long num_meshes
)
function ~MeshGroup
~MeshGroup()
function set_number_of_meshes
void set_number_of_meshes(
int n
)
function valid
bool valid()
function set_mesh
void set_mesh(
int i,
MeshHandle mesh
)
function meshes
MeshList & meshes()
Return a reference to the list of meshes.
function get_combined_poly_data
vtkSmartPointer< vtkPolyData > get_combined_poly_data()
Return polydata of all meshes, combined.
Updated on 2022-07-23 at 17:50:03 -0600