Raytracing::RayProject Class Reference

Base class of all Feature classes in FreeCAD. More...

#include <RayProject.h>

Inheritance diagram for Raytracing::RayProject:
App::DocumentObjectGroup App::DocumentObject App::PropertyContainer Base::Persistence Base::BaseClass

List of all members.

Public Member Functions

virtual Base::Type getTypeId (void) const
 RayProject (void)
 Constructor.
methods overide Feature



App::DocumentObjectExecReturnexecute (void)
 recalculate the Feature
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

App::PropertyFileIncluded PageResult
App::PropertyFile Template

Protected Member Functions

virtual const App::PropertyDatagetPropertyData (void) const

Static Protected Member Functions

static const App::PropertyDatagetPropertyDataPtr (void)

Detailed Description

Base class of all Feature classes in FreeCAD.

Definition at line 41 of file RayProject.h.


Constructor & Destructor Documentation

RayProject::RayProject ( void   ) 

Constructor.

Definition at line 45 of file RayProject.cpp.

References ADD_PROPERTY_TYPE, App::Prop_None, and App::Prop_Output.


Member Function Documentation

void * Raytracing::RayProject::create ( void   )  [static]

Reimplemented from App::PropertyContainer.

Definition at line 39 of file RayProject.cpp.

App::DocumentObjectExecReturn * RayProject::execute ( void   )  [virtual]
Base::Type Raytracing::RayProject::getClassTypeId ( void   )  [static]
const App::PropertyData & Raytracing::RayProject::getPropertyData ( void   )  const [protected, virtual]

Reimplemented from App::PropertyContainer.

Definition at line 39 of file RayProject.cpp.

const App::PropertyData * Raytracing::RayProject::getPropertyDataPtr ( void   )  [static, protected]

Reimplemented from App::PropertyContainer.

Definition at line 39 of file RayProject.cpp.

Base::Type Raytracing::RayProject::getTypeId ( void   )  const [virtual]

Reimplemented from App::PropertyContainer.

Definition at line 39 of file RayProject.cpp.

void Raytracing::RayProject::init ( void   )  [static]

Reimplemented from App::PropertyContainer.

Definition at line 39 of file RayProject.cpp.

Referenced by initRaytracing().

short RayProject::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 95 of file RayProject.cpp.


Member Data Documentation

Definition at line 49 of file RayProject.h.

Referenced by execute().

Definition at line 50 of file RayProject.h.

Referenced by execute().


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

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