Skip to content

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

cpp class shapeworks::MeshGroup;

Representation of a group of meshes.

The MeshGroup class encapsulates a group of meshes (e.g. from a single subject) A subject will have one mesh for each anatomy/domain

Public Functions Documentation

function MeshGroup

cpp MeshGroup()

function MeshGroup

cpp MeshGroup( unsigned long num_meshes )

function ~MeshGroup

cpp ~MeshGroup()

function set_number_of_meshes

cpp void set_number_of_meshes( int n )

function valid

cpp bool valid()

function set_mesh

cpp void set_mesh( int i, MeshHandle mesh )

function meshes

cpp MeshList & meshes()

Return a reference to the list of meshes.

function get_combined_poly_data

cpp vtkSmartPointer< vtkPolyData > get_combined_poly_data()

Return polydata of all meshes, combined.


Updated on 2026-03-31 at 16:02:10 +0000