Skip to content

shapeworks::QMeshWarper

Wraps MeshWarper as a QObject.

#include <QMeshWarper.h>

Inherits from QObject, shapeworks::MeshWarper

Public Signals

Name
void progress()

Public Functions

Name
QMeshWarper(QObject * parent =nullptr)
float get_progress()

Protected Functions

Name
virtual void update_progress(float p) override
For overriding to handle progress updates.

Additional inherited members

Public Functions inherited from shapeworks::MeshWarper

Name
void set_reference_mesh(vtkSmartPointer< vtkPolyData > reference_mesh, const Eigen::MatrixXd & reference_particles)
Set the reference mesh and particles.
bool get_warp_available()
Return if the warp is available.
vtkSmartPointer< vtkPolyData > build_mesh(const Eigen::MatrixXd & particles)
Build a mesh for a given set of particles.
bool is_contour()
Return if set as a contour.

Public Signals Documentation

signal progress

void progress()

Public Functions Documentation

function QMeshWarper

QMeshWarper(
    QObject * parent =nullptr
)

function get_progress

float get_progress()

Protected Functions Documentation

function update_progress

virtual void update_progress(
    float p
) override

For overriding to handle progress updates.

Reimplements: shapeworks::MeshWarper::update_progress


Updated on 2022-03-31 at 09:51:18 -0600