65 void setMesh(
const ITKMesh::Pointer& mesh,
int inWidth,
int inHeight);
91 ITKMesh::Pointer input_;
92 ITKMesh::Pointer output_;
110 void add_cell_(std::uint32_t a, std::uint32_t b, std::uint32_t c);
Resample an ITKMesh using point ordering information.
void add_cell_(std::uint32_t a, std::uint32_t b, std::uint32_t c)
Add a face to the output mesh.
int getOutputWidth() const
Get the width of the resampled mesh.
void setMesh(const ITKMesh::Pointer &mesh, int inWidth, int inHeight)
Set the input mesh and the dimensions of the ordering matrix.
int getOutputHeight() const
Get the height of the resampled mesh.
ITKMesh::Pointer getOutputMesh() const
Get the resampled mesh.
OrderedResampling(ITKMesh::Pointer mesh, int inWidth, int inHeight)
void compute()
Compute resampled mesh.
Mesh generation and modification library.