|
enum | ThreadType { Groom,
Optimize,
Reconstruct
} |
|
|
void | result_ready () |
|
void | error_message (std::string) |
|
void | warning_message (std::string) |
|
void | step_made (int val) |
|
void | finished () |
|
void | message (std::string) |
|
|
| ShapeworksWorker (ThreadType type, ShapeWorksGroom *groom, ShapeWorksOptimize *optimize, QSharedPointer< Project > project, std::vector< std::vector< itk::Point< float > > > local_pts=std::vector< std::vector< itk::Point< float > > >(), std::vector< std::vector< itk::Point< float > > > global_pts=std::vector< std::vector< itk::Point< float > > >(), std::vector< ImageType::Pointer > distance_transform=std::vector< ImageType::Pointer >(), double maxAngle=45., float decimationPercent=0.3f, int numClusters=5) |
|
Definition at line 21 of file ShapeworksWorker.h.
The documentation for this class was generated from the following files: