Mesh::Curvature Class Reference

The Curvature class calculates the curvature values of a related mesh feature. More...

#include <FeatureMeshCurvature.h>

Inheritance diagram for Mesh::Curvature:
App::DocumentObject App::PropertyContainer Base::Persistence Base::BaseClass

List of all members.

Public Member Functions

 Curvature ()
virtual Base::Type getTypeId (void) const
methods overide Feature



App::DocumentObjectExecReturnexecute (void)
 recalculate the Feature
const char * getViewProviderName (void) const
 returns the type name of the ViewProvider
short mustExecute () const
 mustExecute We call this method to check if the object was modified to be invoked.

Static Public Member Functions

static void * create (void)
static Base::Type getClassTypeId (void)
static void init (void)

Public Attributes

PropertyCurvatureList CurvInfo
App::PropertyLink Source

Protected Member Functions

virtual const App::PropertyDatagetPropertyData (void) const

Static Protected Member Functions

static const App::PropertyDatagetPropertyDataPtr (void)

Detailed Description

The Curvature class calculates the curvature values of a related mesh feature.

Author:
Werner Mayer

Definition at line 41 of file FeatureMeshCurvature.h.


Constructor & Destructor Documentation

Curvature::Curvature ( void   ) 

Definition at line 48 of file FeatureMeshCurvature.cpp.

References ADD_PROPERTY.


Member Function Documentation

void * Mesh::Curvature::create ( void   )  [static]

Reimplemented from App::PropertyContainer.

Definition at line 45 of file FeatureMeshCurvature.cpp.

App::DocumentObjectExecReturn * Curvature::execute ( void   )  [virtual]
Base::Type Mesh::Curvature::getClassTypeId ( void   )  [static]

Reimplemented from App::PropertyContainer.

Definition at line 45 of file FeatureMeshCurvature.cpp.

Referenced by CmdMeshVertexCurvatureInfo::isActive().

const App::PropertyData & Mesh::Curvature::getPropertyData ( void   )  const [protected, virtual]

Reimplemented from App::PropertyContainer.

Definition at line 45 of file FeatureMeshCurvature.cpp.

const App::PropertyData * Mesh::Curvature::getPropertyDataPtr ( void   )  [static, protected]

Reimplemented from App::PropertyContainer.

Definition at line 45 of file FeatureMeshCurvature.cpp.

Base::Type Mesh::Curvature::getTypeId ( void   )  const [virtual]

Reimplemented from App::PropertyContainer.

Definition at line 45 of file FeatureMeshCurvature.cpp.

const char* Mesh::Curvature::getViewProviderName ( void   )  const [inline, virtual]

returns the type name of the ViewProvider

Reimplemented from App::DocumentObject.

Definition at line 57 of file FeatureMeshCurvature.h.

void Mesh::Curvature::init ( void   )  [static]

Reimplemented from App::PropertyContainer.

Definition at line 45 of file FeatureMeshCurvature.cpp.

Referenced by initMesh().

short Curvature::mustExecute (  )  const [virtual]

mustExecute We call this method to check if the object was modified to be invoked.

If the object label or an argument is modified. If we must recompute the object - to call the method execute(). 0: no recompution is needed 1: recompution needed -1: the document examine all links of this object and if one is touched -> recompute

Reimplemented from App::DocumentObject.

Definition at line 54 of file FeatureMeshCurvature.cpp.

References App::PropertyLink::getValue(), App::DocumentObject::isTouched(), App::Property::isTouched(), and Source.


Member Data Documentation

Definition at line 49 of file FeatureMeshCurvature.h.

Referenced by execute().

Definition at line 48 of file FeatureMeshCurvature.h.

Referenced by execute(), and mustExecute().


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

Generated on Wed Nov 23 19:02:20 2011 for FreeCAD by  doxygen 1.6.1