Class for creating profiles. More...
#include <rvc/opprofiling.h>
Classes | |
| class | DESTINATION_PARAMETERS |
| Class descrines parameters of destination object. More... | |
| class | METHOD_PARAMETERS |
| Base class for all profiling methods. More... | |
| class | STACKPROFILES_PARAMETERS |
| These parameters describes stack profiles of surface represented by raster build by static method ProcessStackProfiles. More... | |
Public Types | |
| enum | METHOD { METHOD_Invalid = -1, METHOD_First = 0, METHOD_StackProfiles = 0, METHOD_Last = 0, METHOD_Count = 1 } |
Static Public Member Functions | |
| static ERRVALUE | Process (const RVC::OBJITEM &SrcObjItem, RVC::OBJITEM &DestObjItem, const METHOD_PARAMETERS *MethodParameters, const DESTINATION_PARAMETERS &DestParameters) |
| static ERRVALUE | ProcessStackProfiles (const RVC::OBJITEM &SrcObjItem, RVC::OBJITEM &DestObjItem, const STACKPROFILES_PARAMETERS &MethodParameters, const DESTINATION_PARAMETERS &DestParameters) |
Class for creating profiles.
| static ERRVALUE RVC::OP::PROFILING::Process | ( | const RVC::OBJITEM & | SrcObjItem, | |
| RVC::OBJITEM & | DestObjItem, | |||
| const METHOD_PARAMETERS * | MethodParameters, | |||
| const DESTINATION_PARAMETERS & | DestParameters | |||
| ) | [static] |
Generates profiles.
| static ERRVALUE RVC::OP::PROFILING::ProcessStackProfiles | ( | const RVC::OBJITEM & | SrcObjItem, | |
| RVC::OBJITEM & | DestObjItem, | |||
| const STACKPROFILES_PARAMETERS & | MethodParameters, | |||
| const DESTINATION_PARAMETERS & | DestParameters | |||
| ) | [static] |
Generates cad stack profiles from raster.
1.6.1