Base class of all Feature classes in FreeCAD. More...
#include <RayProject.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
RayProject (void) | |
Constructor. | |
methods overide Feature | |
App::DocumentObjectExecReturn * | execute (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::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Base class of all Feature classes in FreeCAD.
Definition at line 41 of file RayProject.h.
RayProject::RayProject | ( | void | ) |
Constructor.
Definition at line 45 of file RayProject.cpp.
References ADD_PROPERTY_TYPE, App::Prop_None, and App::Prop_Output.
void * Raytracing::RayProject::create | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 39 of file RayProject.cpp.
App::DocumentObjectExecReturn * RayProject::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from App::DocumentObject.
Definition at line 51 of file RayProject.cpp.
References Base::Console(), draftlibs::dxfReader::error(), DrawingExample::file, Raytracing::RaySegment::getClassTypeId(), App::PropertyFileIncluded::getExchangeTempFile(), importOCA::getline(), App::PropertyString::getValue(), App::PropertyFileIncluded::getValue(), App::DocumentObjectGroup::Group, ofile, PageResult, Raytracing::RaySegment::Result, App::PropertyFileIncluded::setValue(), App::DocumentObject::StdReturn, and Template.
Base::Type Raytracing::RayProject::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyContainer.
Definition at line 39 of file RayProject.cpp.
Referenced by CmdRaytracingExportProject::activated(), and CmdRaytracingNewPartSegment::activated().
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.
Definition at line 49 of file RayProject.h.
Referenced by execute().
Definition at line 50 of file RayProject.h.
Referenced by execute().