Base class of all Feature classes in FreeCAD. More...
#include <RayFeature.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
RayFeature (void) | |
Constructor. | |
methods overide Feature | |
App::DocumentObjectExecReturn * | execute (void) |
recalculate the Feature | |
const char * | getViewProviderName (void) const |
returns the type name of the ViewProvider | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyLink | Source |
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 44 of file RayFeature.h.
RayFeature::RayFeature | ( | void | ) |
void * Raytracing::RayFeature::create | ( | void | ) | [static] |
Reimplemented from Raytracing::RaySegment.
Definition at line 40 of file RayFeature.cpp.
App::DocumentObjectExecReturn * RayFeature::execute | ( | void | ) | [virtual] |
recalculate the Feature
Reimplemented from Raytracing::RaySegment.
Definition at line 51 of file RayFeature.cpp.
References Part::Feature::getClassTypeId(), App::PropertyContainer::getTypeId(), App::PropertyLink::getValue(), Base::Type::isDerivedFrom(), App::DocumentObject::Label, Raytracing::RaySegment::Result, result, App::PropertyString::setValue(), DrawingExample::Shape, Source, App::DocumentObject::StdReturn, and importDXF::writeShape().
Base::Type Raytracing::RayFeature::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Raytracing::RaySegment.
Definition at line 40 of file RayFeature.cpp.
const App::PropertyData & Raytracing::RayFeature::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Raytracing::RaySegment.
Definition at line 40 of file RayFeature.cpp.
const App::PropertyData * Raytracing::RayFeature::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Raytracing::RaySegment.
Definition at line 40 of file RayFeature.cpp.
Base::Type Raytracing::RayFeature::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Raytracing::RaySegment.
Definition at line 40 of file RayFeature.cpp.
const char* Raytracing::RayFeature::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from App::DocumentObject.
Definition at line 59 of file RayFeature.h.
void Raytracing::RayFeature::init | ( | void | ) | [static] |
Reimplemented from Raytracing::RaySegment.
Definition at line 40 of file RayFeature.cpp.
Referenced by initRaytracing().
Definition at line 51 of file RayFeature.h.
Referenced by execute().