Skip to content

shapeworks::MeshSlice

MeshSlice. More...

#include <MeshSlice.h>

Public Functions

Name
MeshSlice(Viewer * viewer)
void set_volume(vtkSmartPointer< vtkImageData > volume)
bool is_image_loaded()
void update_renderer()
void update_camera()
void handle_key(std::string key)

Detailed Description

class shapeworks::MeshSlice;

MeshSlice.

Provide slice viewing to the Viewer

Public Functions Documentation

function MeshSlice

MeshSlice(
    Viewer * viewer
)

function set_volume

void set_volume(
    vtkSmartPointer< vtkImageData > volume
)

function is_image_loaded

bool is_image_loaded()

function update_renderer

void update_renderer()

function update_camera

void update_camera()

function handle_key

void handle_key(
    std::string key
)

Updated on 2024-03-17 at 12:58:44 -0600