OMToolkit  1.0
The polygonal mesh processing tool.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OMCurvatureMod Class Reference

#include <Curvature.h>

Inheritance diagram for OMCurvatureMod:

Public Member Functions

 MDS_SHAREDPTR (OMCurvatureMod)
 
 OMCurvatureMod (const std::string &sDescription)
 
virtual ~OMCurvatureMod ()
 

Protected Member Functions

virtual bool startup ()
 
virtual bool main ()
 
virtual void shutdown ()
 
virtual void writeExtendedUsage (std::ostream &Stream)
 

Protected Attributes

std::string m_curvature
 

Detailed Description

Module computes a specified curvature on a model (magnitude and direction (if available))

Constructor & Destructor Documentation

OMCurvatureMod::OMCurvatureMod ( const std::string &  sDescription)

Constructor

Parameters
sDescriptionDescription of the module
OMCurvatureMod::~OMCurvatureMod ( )
virtual

Virtual destructor

Member Function Documentation

bool OMCurvatureMod::main ( )
protectedvirtual

Virtual method called by the processing thread

Returns
True if main loop continues
OMCurvatureMod::MDS_SHAREDPTR ( OMCurvatureMod  )

Smart pointer type

void OMCurvatureMod::shutdown ( )
protectedvirtual

Called on console shutdown

bool OMCurvatureMod::startup ( )
protectedvirtual

Virtual method called on startup

Returns
True if startup was successful
void OMCurvatureMod::writeExtendedUsage ( std::ostream &  Stream)
protectedvirtual

Called on writing a usage statement

Parameters
StreamOutput stream

Member Data Documentation

std::string OMCurvatureMod::m_curvature
protected

Curvature type


The documentation for this class was generated from the following files: