.TH "SoVectorizeAction" 3 "Tue Dec 26 2023 17:59:22" "Version 4.0.2" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoVectorizeAction \- The \fBSoVectorizeAction\fP class is the base class for vectorizing Coin scene graphs\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBSoCallbackAction\fP\&. .PP Inherited by \fBSoVectorizePSAction\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "enum \fBDimensionUnit\fP { \fBINCH\fP, \fBMM\fP, \fBMETER\fP }" .br .ti -1c .RI "enum \fBOrientation\fP { \fBPORTRAIT\fP, \fBLANDSCAPE\fP }" .br .ti -1c .RI "enum \fBPageSize\fP { \fBA0\fP = 0, \fBA1\fP, \fBA2\fP, \fBA3\fP, \fBA4\fP, \fBA5\fP, \fBA6\fP, \fBA7\fP, \fBA8\fP, \fBA9\fP, \fBA10\fP }" .br .ti -1c .RI "enum \fBPointStyle\fP { \fBCIRCLE\fP, \fBSQUARE\fP }" .br .ti -1c .RI "enum \fBColorTranslationMethod\fP { \fBREVERSE_ONLY_BLACK_AND_WHITE\fP, \fBAS_IS\fP, \fBREVERSE\fP }" .br .ti -1c .RI "enum \fBJoinLineStyle\fP { \fBNO_JOIN\fP, \fBMITERED_JOIN\fP, \fBMITERED_BEVELED_JOIN\fP, \fBBEVELED_JOIN\fP, \fBTRIANGULAR_JOIN\fP, \fBROUNDED_JOIN\fP }" .br .ti -1c .RI "enum \fBEndLineStyle\fP { \fBBUTT_END\fP, \fBSQUARE_END\fP, \fBTRIANGULAR_END\fP, \fBROUND_END\fP }" .br .ti -1c .RI "enum \fBHLHSRMode\fP { \fBNO_HLHSR\fP, \fBHLHSR_SIMPLE_PAINTER\fP, \fBHLHSR_PAINTER\fP, \fBHLHSR_PAINTER_SURFACE_REMOVAL\fP, \fBHIDDEN_LINES_REMOVAL\fP }" .br .in -1c Public Types inherited from \fBSoCallbackAction\fP .in +1c .ti -1c .RI "enum \fBResponse\fP { \fBCONTINUE\fP, \fBABORT\fP, \fBPRUNE\fP }" .br .ti -1c .RI "\fBtypedef\fP \fBResponse\fP \fBSoCallbackActionCB\fP(\fBvoid\fP *userdata, \fBSoCallbackAction\fP *action, \fBconst\fP \fBSoNode\fP *node)" .br .in -1c Public Types inherited from \fBSoAction\fP .in +1c .ti -1c .RI "enum \fBAppliedCode\fP { \fBNODE\fP = 0, \fBPATH\fP = 1, \fBPATH_LIST\fP = 2 }" .br .ti -1c .RI "enum \fBPathCode\fP { \fBNO_PATH\fP = 0, \fBIN_PATH\fP = 1, \fBBELOW_PATH\fP = 2, \fBOFF_PATH\fP = 3 }" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBvirtual\fP \fBSoType\fP \fBgetTypeId\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoVectorizeAction\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvirtual\fP \fB~SoVectorizeAction\fP ()" .br .ti -1c .RI "\fBSoVectorOutput\fP * \fBgetOutput\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBapply\fP (\fBSoNode\fP *node)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBapply\fP (\fBSoPath\fP *path)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBapply\fP (\fBconst\fP \fBSoPathList\fP &\fBpathlist\fP, SbBool \fBobeysrules\fP=FALSE)" .br .ti -1c .RI "\fBvoid\fP \fBbeginStandardPage\fP (\fBconst\fP \fBPageSize\fP &\fBpagesize\fP, \fBconst\fP float border=10\&.0f)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBbeginPage\fP (\fBconst\fP \fBSbVec2f\fP &\fBstartpagepos\fP, \fBconst\fP \fBSbVec2f\fP &\fBpagesize\fP, \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBendPage\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBcalibrate\fP (\fBconst\fP \fBSbViewportRegion\fP &\fBvp\fP)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBbeginViewport\fP (\fBconst\fP \fBSbVec2f\fP &\fBstartpos\fP=\fBSbVec2f\fP(\-1\&.0f, 1\&.0f), \fBconst\fP \fBSbVec2f\fP &size=\fBSbVec2f\fP(\-1\&.0f, \-1\&.0f), \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBendViewport\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetOrientation\fP (\fBOrientation\fP \fBo\fP)" .br .ti -1c .RI "\fBvirtual\fP \fBOrientation\fP \fBgetOrientation\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetBackgroundColor\fP (SbBool \fBbg\fP, \fBconst\fP \fBSbColor\fP &\fBcol\fP=\fBSbColor\fP(0\&.0f, 0\&.0f, 0\&.0f))" .br .ti -1c .RI "\fBvirtual\fP SbBool \fBgetBackgroundColor\fP (\fBSbColor\fP &\fBcol\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetNominalWidth\fP (float w, \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP float \fBgetNominalWidth\fP (\fBDimensionUnit\fP u=MM) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetPixelImageSize\fP (float w, \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP float \fBgetPixelImageSize\fP (\fBDimensionUnit\fP u=MM) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetPointStyle\fP (\fBconst\fP \fBPointStyle\fP &style)" .br .ti -1c .RI "\fBvirtual\fP \fBPointStyle\fP \fBgetPointStyle\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec2f\fP & \fBgetPageStartpos\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec2f\fP & \fBgetPageSize\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetDrawingDimensions\fP (\fBconst\fP \fBSbVec2f\fP &d, \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetDrawingDimensions\fP (float w, float h, \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP \fBSbVec2f\fP \fBgetDrawingDimensions\fP (\fBDimensionUnit\fP u=MM) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetStartPosition\fP (\fBconst\fP \fBSbVec2f\fP &\fBp\fP, \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetStartPosition\fP (float x, float y, \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP \fBSbVec2f\fP \fBgetStartPosition\fP (\fBDimensionUnit\fP u=MM) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetColorTranslationMethod\fP (ColorTranslationMethod method)" .br .ti -1c .RI "\fBvirtual\fP ColorTranslationMethod \fBgetColorTranslationMethod\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetLineEndStyle\fP (EndLineStyle style)" .br .ti -1c .RI "\fBvirtual\fP EndLineStyle \fBgetLineEndStyle\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetLineJoinsStyle\fP (JoinLineStyle style)" .br .ti -1c .RI "\fBvirtual\fP JoinLineStyle \fBgetLineJoinsStyle\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetHLHSRMode\fP (HLHSRMode mode)" .br .ti -1c .RI "HLHSRMode \fBgetHLHSRMode\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetBorder\fP (float width)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetBorder\fP (float width, \fBSbColor\fP color)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetMiterLimit\fP (float \fBlimit\fP)" .br .ti -1c .RI "\fBvirtual\fP float \fBgetMiterLimit\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetPenDescription\fP (int \fBnum_pens\fP, \fBconst\fP \fBSbColor\fP *colors=0, \fBconst\fP float *widths=0, \fBDimensionUnit\fP u=MM)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBgetPenDescription\fP (\fBSbColor\fP *colors, float *widths, \fBDimensionUnit\fP u=MM) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP int \fBgetPenNum\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBsetColorPriority\fP (SbBool priority)" .br .ti -1c .RI "\fBvirtual\fP SbBool \fBgetColorPriority\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBenableLighting\fP (SbBool \fBflag\fP)" .br .ti -1c .RI "SbBool \fBisLightingEnabled\fP (\fBvoid\fP) \fBconst\fP" .br .in -1c Public Member Functions inherited from \fBSoCallbackAction\fP .in +1c .ti -1c .RI "\fBSoCallbackAction\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBSoCallbackAction\fP (\fBconst\fP \fBSbViewportRegion\fP &\fBvp\fP)" .br .ti -1c .RI "\fBvirtual\fP \fB~SoCallbackAction\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvoid\fP \fBsetViewportRegion\fP (\fBconst\fP \fBSbViewportRegion\fP &\fBvp\fP)" .br .ti -1c .RI "\fBvoid\fP \fBaddPreCallback\fP (\fBconst\fP \fBSoType\fP type, \fBSoCallbackActionCB\fP *cb, \fBvoid\fP *userdata)" .br .ti -1c .RI "\fBvoid\fP \fBaddPostCallback\fP (\fBconst\fP \fBSoType\fP type, \fBSoCallbackActionCB\fP *cb, \fBvoid\fP *userdata)" .br .ti -1c .RI "\fBvoid\fP \fBaddPreTailCallback\fP (\fBSoCallbackActionCB\fP *cb, \fBvoid\fP *userdata)" .br .ti -1c .RI "\fBvoid\fP \fBaddPostTailCallback\fP (\fBSoCallbackActionCB\fP *cb, \fBvoid\fP *userdata)" .br .ti -1c .RI "\fBvoid\fP \fBaddTriangleCallback\fP (\fBconst\fP \fBSoType\fP type, SoTriangleCB *cb, \fBvoid\fP *userdata)" .br .ti -1c .RI "\fBvoid\fP \fBaddLineSegmentCallback\fP (\fBconst\fP \fBSoType\fP type, SoLineSegmentCB *cb, \fBvoid\fP *userdata)" .br .ti -1c .RI "\fBvoid\fP \fBaddPointCallback\fP (\fBconst\fP \fBSoType\fP type, SoPointCB *cb, \fBvoid\fP *userdata)" .br .ti -1c .RI "\fBSoDecimationTypeElement::Type\fP \fBgetDecimationType\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "float \fBgetDecimationPercentage\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "float \fBgetComplexity\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoComplexity::Type\fP \fBgetComplexityType\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "int32_t \fBgetNumCoordinates\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec3f\fP & \fBgetCoordinate3\fP (\fBconst\fP int index) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec4f\fP & \fBgetCoordinate4\fP (\fBconst\fP int index) \fBconst\fP" .br .ti -1c .RI "\fBSoDrawStyle::Style\fP \fBgetDrawStyle\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBunsigned\fP short \fBgetLinePattern\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "float \fBgetLineWidth\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "float \fBgetPointSize\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbName\fP & \fBgetFontName\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "float \fBgetFontSize\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoLightModel::Model\fP \fBgetLightModel\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec3f\fP & \fBgetLightAttenuation\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBgetMaterial\fP (\fBSbColor\fP &ambient, \fBSbColor\fP &diffuse, \fBSbColor\fP &specular, \fBSbColor\fP &\fBemission\fP, float &shininess, float &transparency, \fBconst\fP int index=0) \fBconst\fP" .br .ti -1c .RI "\fBSoMaterialBinding::Binding\fP \fBgetMaterialBinding\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "uint32_t \fBgetNumNormals\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec3f\fP & \fBgetNormal\fP (\fBconst\fP int index) \fBconst\fP" .br .ti -1c .RI "\fBSoNormalBinding::Binding\fP \fBgetNormalBinding\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "int32_t \fBgetNumProfileCoordinates\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec2f\fP & \fBgetProfileCoordinate2\fP (\fBconst\fP int index) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec3f\fP & \fBgetProfileCoordinate3\fP (\fBconst\fP int index) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSoNodeList\fP & \fBgetProfile\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoShapeHints::VertexOrdering\fP \fBgetVertexOrdering\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoShapeHints::ShapeType\fP \fBgetShapeType\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoShapeHints::FaceType\fP \fBgetFaceType\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "float \fBgetCreaseAngle\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "int32_t \fBgetNumTextureCoordinates\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec2f\fP & \fBgetTextureCoordinate2\fP (\fBconst\fP int index) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec3f\fP & \fBgetTextureCoordinate3\fP (\fBconst\fP int index) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbVec4f\fP & \fBgetTextureCoordinate4\fP (\fBconst\fP int index) \fBconst\fP" .br .ti -1c .RI "\fBSoTextureCoordinateBinding::Binding\fP \fBgetTextureCoordinateBinding\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbColor\fP & \fBgetTextureBlendColor\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBunsigned\fP char * \fBgetTextureImage\fP (\fBSbVec2s\fP &size, int &numcomps) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBunsigned\fP char * \fBgetTextureImage\fP (\fBSbVec3s\fP &size, int &numcomps) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbMatrix\fP & \fBgetTextureMatrix\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoTexture2::Model\fP \fBgetTextureModel\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoTexture2::Wrap\fP \fBgetTextureWrapS\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoTexture2::Wrap\fP \fBgetTextureWrapT\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoTexture2::Wrap\fP \fBgetTextureWrapR\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbMatrix\fP & \fBgetModelMatrix\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoUnits::Units\fP \fBgetUnits\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "float \fBgetFocalDistance\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbMatrix\fP & \fBgetProjectionMatrix\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbMatrix\fP & \fBgetViewingMatrix\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbViewVolume\fP & \fBgetViewVolume\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbViewportRegion\fP & \fBgetViewportRegion\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoPickStyle::Style\fP \fBgetPickStyle\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "int32_t \fBgetSwitch\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBResponse\fP \fBgetCurrentResponse\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBinvokePreCallbacks\fP (\fBconst\fP \fBSoNode\fP *\fBconst\fP node)" .br .ti -1c .RI "\fBvoid\fP \fBinvokePostCallbacks\fP (\fBconst\fP \fBSoNode\fP *\fBconst\fP node)" .br .ti -1c .RI "\fBvoid\fP \fBinvokeTriangleCallbacks\fP (\fBconst\fP \fBSoShape\fP *\fBconst\fP shape, \fBconst\fP \fBSoPrimitiveVertex\fP *\fBconst\fP \fBv1\fP, \fBconst\fP \fBSoPrimitiveVertex\fP *\fBconst\fP \fBv2\fP, \fBconst\fP \fBSoPrimitiveVertex\fP *\fBconst\fP \fBv3\fP)" .br .ti -1c .RI "\fBvoid\fP \fBinvokeLineSegmentCallbacks\fP (\fBconst\fP \fBSoShape\fP *\fBconst\fP shape, \fBconst\fP \fBSoPrimitiveVertex\fP *\fBconst\fP \fBv1\fP, \fBconst\fP \fBSoPrimitiveVertex\fP *\fBconst\fP \fBv2\fP)" .br .ti -1c .RI "\fBvoid\fP \fBinvokePointCallbacks\fP (\fBconst\fP \fBSoShape\fP *\fBconst\fP shape, \fBconst\fP \fBSoPrimitiveVertex\fP *\fBconst\fP v)" .br .ti -1c .RI "SbBool \fBshouldGeneratePrimitives\fP (\fBconst\fP \fBSoShape\fP *shape) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBSoNode\fP * \fBgetCurPathTail\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvoid\fP \fBsetCurrentNode\fP (\fBSoNode\fP *\fBconst\fP node)" .br .ti -1c .RI "\fBvoid\fP \fBsetCallbackAll\fP (SbBool \fBcallbackall\fP)" .br .ti -1c .RI "SbBool \fBisCallbackAll\fP (\fBvoid\fP) \fBconst\fP" .br .in -1c Public Member Functions inherited from \fBSoAction\fP .in +1c .ti -1c .RI "\fBvirtual\fP \fB~SoAction\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvirtual\fP SbBool \fBisOfType\fP (\fBSoType\fP type) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBapply\fP (\fBSoAction\fP *\fBbeingApplied\fP)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBinvalidateState\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBAppliedCode\fP \fBgetWhatAppliedTo\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoNode\fP * \fBgetNodeAppliedTo\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSoPath\fP * \fBgetPathAppliedTo\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSoPathList\fP * \fBgetPathListAppliedTo\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSoPathList\fP * \fBgetOriginalPathListAppliedTo\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "SbBool \fBisLastPathListAppliedTo\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBPathCode\fP \fBgetPathCode\fP (int &\fBnumindices\fP, \fBconst\fP int *&indices)" .br .ti -1c .RI "\fBvoid\fP \fBtraverse\fP (\fBSoNode\fP *\fBconst\fP node)" .br .ti -1c .RI "SbBool \fBhasTerminated\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSoPath\fP * \fBgetCurPath\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBSoState\fP * \fBgetState\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBPathCode\fP \fBgetCurPathCode\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBusePathCode\fP (int &\fBnumindices\fP, \fBconst\fP int *&indices)" .br .ti -1c .RI "\fBvoid\fP \fBpushCurPath\fP (\fBconst\fP int \fBchildindex\fP, \fBSoNode\fP *node=\fBNULL\fP)" .br .ti -1c .RI "\fBvoid\fP \fBpopCurPath\fP (\fBconst\fP \fBPathCode\fP \fBprevpathcode\fP)" .br .ti -1c .RI "\fBvoid\fP \fBpushCurPath\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvoid\fP \fBpopPushCurPath\fP (\fBconst\fP int \fBchildindex\fP, \fBSoNode\fP *node=\fBNULL\fP)" .br .ti -1c .RI "\fBvoid\fP \fBpopCurPath\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvoid\fP \fBswitchToPathTraversal\fP (\fBSoPath\fP *path)" .br .ti -1c .RI "\fBvoid\fP \fBswitchToNodeTraversal\fP (\fBSoNode\fP *node)" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "\fBstatic\fP \fBSoType\fP \fBgetClassTypeId\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBaddMethod\fP (\fBconst\fP \fBSoType\fP type, SoActionMethod method)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBenableElement\fP (\fBconst\fP \fBSoType\fP type, \fBconst\fP int \fBstackindex\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBinitClass\fP (\fBvoid\fP)" .br .in -1c Static Public Member Functions inherited from \fBSoCallbackAction\fP .in +1c .ti -1c .RI "\fBstatic\fP \fBSoType\fP \fBgetClassTypeId\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBaddMethod\fP (\fBconst\fP \fBSoType\fP type, SoActionMethod method)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBenableElement\fP (\fBconst\fP \fBSoType\fP type, \fBconst\fP int \fBstackindex\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBinitClass\fP (\fBvoid\fP)" .br .in -1c Static Public Member Functions inherited from \fBSoAction\fP .in +1c .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBinitClass\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBinitClasses\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBSoType\fP \fBgetClassTypeId\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBvoid\fP \fBnullAction\fP (\fBSoAction\fP *action, \fBSoNode\fP *node)" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "\fBvirtual\fP \fBconst\fP \fBSoEnabledElementsList\fP & \fBgetEnabledElements\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBsetOutput\fP (\fBSoVectorOutput\fP *output)" .br .ti -1c .RI "\fBvirtual\fP float \fBpixelsToUnits\fP (\fBconst\fP int pixels)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBprintHeader\fP (\fBvoid\fP) \fBconst\fP =0" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBprintFooter\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBprintBackground\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBprintItem\fP (\fBconst\fP \fBSoVectorizeItem\fP *\fBitem\fP) \fBconst\fP =0" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBprintViewport\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSbVec2f\fP \fBgetRotatedViewportStartpos\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBSbVec2f\fP \fBgetRotatedViewportSize\fP (\fBvoid\fP) \fBconst\fP" .br .ti -1c .RI "\fBconst\fP \fBSbBSPTree\fP & \fBgetBSPTree\fP (\fBvoid\fP) \fBconst\fP" .br .in -1c Protected Member Functions inherited from \fBSoCallbackAction\fP .in +1c .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBbeginTraversal\fP (\fBSoNode\fP *node)" .br .in -1c Protected Member Functions inherited from \fBSoAction\fP .in +1c .ti -1c .RI "\fBSoAction\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBendTraversal\fP (\fBSoNode\fP *node)" .br .ti -1c .RI "\fBvoid\fP \fBsetTerminated\fP (\fBconst\fP SbBool \fBflag\fP)" .br .ti -1c .RI "\fBvirtual\fP SbBool \fBshouldCompactPathList\fP (\fBvoid\fP) \fBconst\fP" .br .in -1c .SS "Static Protected Member Functions" .in +1c .ti -1c .RI "\fBstatic\fP \fBSoEnabledElementsList\fP * \fBgetClassEnabledElements\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBSoActionMethodList\fP * \fBgetClassActionMethods\fP (\fBvoid\fP)" .br .in -1c Static Protected Member Functions inherited from \fBSoCallbackAction\fP .in +1c .ti -1c .RI "\fBstatic\fP \fBSoEnabledElementsList\fP * \fBgetClassEnabledElements\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBSoActionMethodList\fP * \fBgetClassActionMethods\fP (\fBvoid\fP)" .br .in -1c Static Protected Member Functions inherited from \fBSoAction\fP .in +1c .ti -1c .RI "\fBstatic\fP \fBSoEnabledElementsList\fP * \fBgetClassEnabledElements\fP (\fBvoid\fP)" .br .ti -1c .RI "\fBstatic\fP \fBSoActionMethodList\fP * \fBgetClassActionMethods\fP (\fBvoid\fP)" .br .in -1c .SS "Additional Inherited Members" Protected Attributes inherited from \fBSoAction\fP .in +1c .ti -1c .RI "\fBSoState\fP * \fBstate\fP" .br .ti -1c .RI "\fBSoActionMethodList\fP * \fBtraversalMethods\fP" .br .in -1c .SH "Detailed Description" .PP The \fBSoVectorizeAction\fP class is the base class for vectorizing Coin scene graphs\&. \fBSoVectorizeAction\fP will traverse the scene graph and convert all supported geometry into vectorized data\&. Subclasses can then use this data to produce vector files of different formats\&. .PP Currently supported geometry: .PP .PD 0 .IP "\(bu" 1 Triangles (polygons will be tessellated) .IP "\(bu" 1 Line segments .IP "\(bu" 1 Points (can be drawn as circles or squares) .IP "\(bu" 1 2D text .IP "\(bu" 1 3D text (will be converted to triangles) .IP "\(bu" 1 Images (from the \fBSoImage\fP node) .PP The geometry will be shaded based on the OpenGL shading model, so lights and material will affect the geometry in the same way as in a standard Coin viewer\&. Please note that neither transparency nor texture mapping is supported yet\&. .PP \fBSince\fP .RS 4 Coin \fB2\&.1\fP .PP TGS provides HardCopy support as a separate extension for TGS Inventor\&. .RE .PP .SH "Member Enumeration Documentation" .PP .SS "\fBenum\fP \fBSoVectorizeAction::DimensionUnit\fP" The unit used by the scene graph\&. .SS "\fBenum\fP \fBSoVectorizeAction::Orientation\fP" The drawing orientation\&. .SS "\fBenum\fP \fBSoVectorizeAction::PageSize\fP" The size of the destination page\&. .PP \fBEnumerator\fP .in +1c .TP \fB\fIA0 \fP\fP 841 x 1189 mm\&. .TP \fB\fIA1 \fP\fP 594 x 841 mm\&. .TP \fB\fIA2 \fP\fP 420 x 594 mm\&. .TP \fB\fIA3 \fP\fP 297 x 420 mm\&. .TP \fB\fIA4 \fP\fP 210 x 297 mm\&. .TP \fB\fIA5 \fP\fP 148 x 210 mm\&. .TP \fB\fIA6 \fP\fP 105 x 148 mm\&. .TP \fB\fIA7 \fP\fP 74 x 105 mm\&. .TP \fB\fIA8 \fP\fP 52 x 74 mm\&. .TP \fB\fIA9 \fP\fP 37 x 52 mm\&. .TP \fB\fIA10 \fP\fP 26 x 37 mm\&. .SS "\fBenum\fP \fBSoVectorizeAction::PointStyle\fP" Enumerates point rendering styles\&. .PP \fBEnumerator\fP .in +1c .TP \fB\fICIRCLE \fP\fP Render points as circles\&. .TP \fB\fISQUARE \fP\fP Render points as squares\&. .SH "Constructor & Destructor Documentation" .PP .SS "SoVectorizeAction::SoVectorizeAction (\fBvoid\fP)" Default constructor\&. .SS "SoVectorizeAction::~SoVectorizeAction ()\fC [virtual]\fP" Destructor\&. .SH "Member Function Documentation" .PP .SS "\fBSoType\fP SoVectorizeAction::getTypeId (\fBvoid\fP) const\fC [virtual]\fP" Returns the type identification of an object derived from a class inheriting \fBSoAction\fP\&. This is used for runtime type checking and 'downward' casting\&. .br .PP Reimplemented from \fBSoCallbackAction\fP\&. .PP Reimplemented in \fBSoVectorizePSAction\fP\&. .SS "\fBSoType\fP SoVectorizeAction::getClassTypeId (\fBvoid\fP)\fC [static]\fP" This static method returns the \fBSoType\fP object associated with objects of this class\&. .br .SS "\fBvoid\fP SoVectorizeAction::addMethod (\fBconst\fP \fBSoType\fP type, SoActionMethod method)\fC [static]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .br .br .SS "\fBvoid\fP SoVectorizeAction::enableElement (\fBconst\fP \fBSoType\fP type, \fBconst\fP int stackindex)\fC [static]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .br .br .SS "\fBconst\fP \fBSoEnabledElementsList\fP & SoVectorizeAction::getEnabledElements (\fBvoid\fP) const\fC [protected]\fP, \fC [virtual]\fP" Returns list of enabled elements\&. .br .PP Reimplemented from \fBSoCallbackAction\fP\&. .PP Reimplemented in \fBSoVectorizePSAction\fP\&. .SS "\fBSoEnabledElementsList\fP * SoVectorizeAction::getClassEnabledElements (\fBvoid\fP)\fC [static]\fP, \fC [protected]\fP" Returns list of enabled elements for this class\&. The enabledElements and methods variables are protected in the original OIV API\&. This is not such a good idea, since exposed static class member variables is a major grievance with regard to Win32 DLLs\&. This function is an extension for Coin, and it is not available in the original SGI Open Inventor \fBv2\&.1\fP API\&. .br .br .SS "\fBSoActionMethodList\fP * SoVectorizeAction::getClassActionMethods (\fBvoid\fP)\fC [static]\fP, \fC [protected]\fP" Returns list of action methods for this class\&. The enabledElements and methods variables are protected in the original OIV API\&. This is not such a good idea, since exposed static class member variables is a major grievance with regard to Win32 DLLs\&. This function is an extension for Coin, and it is not available in the original SGI Open Inventor \fBv2\&.1\fP API\&. .br .br .SS "\fBSoVectorOutput\fP * SoVectorizeAction::getOutput (\fBvoid\fP) const" Returns the \fBSoVectorOutput\fP class used by this action\&. The output is written to stdout by default, but you can change this by using \fBSoVectorOutput::openFile()\fP\&. .SS "\fBvoid\fP SoVectorizeAction::initClass (\fBvoid\fP)\fC [static]\fP" Initializes the runtime type system for this class, and sets up the enabled elements and action method list\&. .SS "\fBvoid\fP SoVectorizeAction::apply (\fBSoNode\fP * root)\fC [virtual]\fP" Applies the action to the scene graph rooted at \fIroot\fP\&. .PP Note that you should \fInot\fP apply an action to a node with a zero reference count\&. The behavior in that case is undefined\&. .PP Reimplemented from \fBSoAction\fP\&. .SS "\fBvoid\fP SoVectorizeAction::apply (\fBSoPath\fP * path)\fC [virtual]\fP" Applies the action to the parts of the graph defined by \fIpath\fP\&. .PP Note that an \fBSoPath\fP will also contain all nodes that may influence e\&.g\&. geometry nodes in the path\&. So for instance applying an \fBSoGLRenderAction\fP on an \fBSoPath\fP will render that path as expected in the view, where geometry will get its materials, textures, and other appearance settings correctly\&. .PP If the \fIpath\fP ends in an \fBSoGroup\fP node, the action will also traverse the tail node's children\&. .PP Reimplemented from \fBSoAction\fP\&. .SS "\fBvoid\fP SoVectorizeAction::apply (\fBconst\fP \fBSoPathList\fP & pathlist, SbBool obeysrules = \fCFALSE\fP)\fC [virtual]\fP" Applies action to the graphs defined by \fIpathlist\fP\&. If \fIobeysrules\fP is set to \fCTRUE\fP, \fIpathlist\fP must obey the following four conditions (which is the case for path lists returned from search actions for non-group nodes and path lists returned from picking actions): .PP All paths must start at the same head node\&. All paths must be sorted in traversal order\&. The paths must be unique\&. No path can continue through the end point of another path\&. .PP \fBSee also\fP .RS 4 \fBSoAction::apply(SoPath * path)\fP .RE .PP .PP Reimplemented from \fBSoAction\fP\&. .SS "\fBvoid\fP SoVectorizeAction::beginPage (\fBconst\fP \fBSbVec2f\fP & startpagepos, \fBconst\fP \fBSbVec2f\fP & pagesize, \fBDimensionUnit\fP u = \fCMM\fP)\fC [virtual]\fP" Begin writing a page\&. This will write file header information and print background (if enabled) and border\&. .SS "\fBvoid\fP SoVectorizeAction::endPage (\fBvoid\fP)\fC [virtual]\fP" End page\&. This will write all remaining geometry, and write the file footer\&. .SS "\fBvoid\fP SoVectorizeAction::calibrate (\fBconst\fP \fBSbViewportRegion\fP & vp)\fC [virtual]\fP" Will calibrate pixel based attributes (font size, line width, points size, etc) so that it will match OpenGL rendering done in \fIvp\fP\&. .PP \fBSee also\fP .RS 4 setPixelSize() .PP \fBsetNominalWidth()\fP .RE .PP .SS "\fBvoid\fP SoVectorizeAction::beginViewport (\fBconst\fP \fBSbVec2f\fP & start = \fC\fBSbVec2f\fP(\-1\&.0f, 1\&.0f)\fP, \fBconst\fP \fBSbVec2f\fP & size = \fC\fBSbVec2f\fP(\-1\&.0f, \-1\&.0f)\fP, \fBDimensionUnit\fP u = \fCMM\fP)\fC [virtual]\fP" Begin writing a viewport inside the current page\&. .PP \fBSee also\fP .RS 4 \fBbeginPage()\fP, \fBendViewport()\fP .RE .PP .SS "\fBvoid\fP SoVectorizeAction::endViewport (\fBvoid\fP)\fC [virtual]\fP" End writing a viewport\&. This will flush all vector items\&. .SS "\fBvoid\fP SoVectorizeAction::setOrientation (\fBOrientation\fP o)\fC [virtual]\fP" Sets the orientation to \fIo\fP\&. .SS "\fBSoVectorizeAction::Orientation\fP SoVectorizeAction::getOrientation (\fBvoid\fP) const\fC [virtual]\fP" Returns the current orientation\&. .PP \fBSee also\fP .RS 4 \fBsetOrientation()\fP .RE .PP .SS "\fBvoid\fP SoVectorizeAction::setBackgroundColor (SbBool bg, \fBconst\fP \fBSbColor\fP & col = \fC\fBSbColor\fP(0\&.0f, 0\&.0f, 0\&.0f)\fP)\fC [virtual]\fP" Sets the background color\&. If \fIbg\fP is \fIFALSE\fP, the background will not be cleared before rendering\&. If \fIbg\fP is \fITRUE\fP, the background will be cleared to \fIcol\fP before in \fBbeginPage()\fP\&. .SS "SbBool SoVectorizeAction::getBackgroundColor (\fBSbColor\fP & col) const\fC [virtual]\fP" Returns if the background will be cleared or not\&. When this function returns \fITRUE\fP, \fIcol\fP will be set to the background color\&. .SS "\fBvoid\fP SoVectorizeAction::setNominalWidth (float w, \fBDimensionUnit\fP u = \fCMM\fP)\fC [virtual]\fP" Sets how to convert pixel based attributes (line width and point size) to vector sizes\&. By default 1 pixel equals \fB0\&.35\fP mm\&. .PP \fBSee also\fP .RS 4 \fBcalibrate()\fP .RE .PP .SS "\fBvoid\fP SoVectorizeAction::setPixelImageSize (float w, \fBDimensionUnit\fP u = \fCMM\fP)\fC [virtual]\fP" Sets how the images and 2D fonts are converted\&. By default 1 pixel equals \fB0\&.35\fP mm\&. .PP \fBSee also\fP .RS 4 \fBcalibrate()\fP .RE .PP .SS "float SoVectorizeAction::getPixelImageSize (\fBDimensionUnit\fP u = \fCMM\fP) const\fC [virtual]\fP" Returns the pixel image size\&. .PP \fBSee also\fP .RS 4 \fBsetPixelImageSize()\fP .RE .PP .SS "\fBvoid\fP SoVectorizeAction::setPointStyle (\fBconst\fP \fBPointStyle\fP & style)\fC [virtual]\fP" Sets the points rendering style\&. Default style is CIRCLE\&. .SS "\fBSoVectorizeAction::PointStyle\fP SoVectorizeAction::getPointStyle (\fBvoid\fP) const\fC [virtual]\fP" Returns the points rendering style\&. .SS "\fBconst\fP \fBSbVec2f\fP & SoVectorizeAction::getPageStartpos (\fBvoid\fP) const" Returns the current page startpos\&. .SS "\fBconst\fP \fBSbVec2f\fP & SoVectorizeAction::getPageSize (\fBvoid\fP) const" Returns the current page size\&. .SS "\fBvoid\fP SoVectorizeAction::setDrawingDimensions (\fBconst\fP \fBSbVec2f\fP & d, \fBDimensionUnit\fP u = \fCMM\fP)\fC [virtual]\fP" Sets the drawing dimensions\&. You can use this and \fBsetStartPosition()\fP instead of using \fBbeginViewport()\fP\&. Provided for TGS OIV compatibility\&. .PP \fBSee also\fP .RS 4 \fBbeginViewport()\fP .RE .PP .SS "\fBSbVec2f\fP SoVectorizeAction::getDrawingDimensions (\fBDimensionUnit\fP u = \fCMM\fP) const\fC [virtual]\fP" Returns the current drawing dimensions\&. .SS "\fBvoid\fP SoVectorizeAction::setStartPosition (\fBconst\fP \fBSbVec2f\fP & p, \fBDimensionUnit\fP u = \fCMM\fP)\fC [virtual]\fP" Sets the drawing staring position\&. You can use this and \fBsetDrawingDimensions()\fP instead of using \fBbeginViewport()\fP\&. Provided for TGS OIV compatibility\&. .SS "\fBSbVec2f\fP SoVectorizeAction::getStartPosition (\fBDimensionUnit\fP u = \fCMM\fP) const\fC [virtual]\fP" Returns the current drawing starting position\&. .SS "\fBvoid\fP SoVectorizeAction::setColorTranslationMethod (ColorTranslationMethod method)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "SoVectorizeAction::ColorTranslationMethod SoVectorizeAction::getColorTranslationMethod (\fBvoid\fP) const\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setLineEndStyle (EndLineStyle style)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "SoVectorizeAction::EndLineStyle SoVectorizeAction::getLineEndStyle (\fBvoid\fP) const\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setLineJoinsStyle (JoinLineStyle style)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "SoVectorizeAction::JoinLineStyle SoVectorizeAction::getLineJoinsStyle (\fBvoid\fP) const\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setHLHSRMode (HLHSRMode mode)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "SoVectorizeAction::HLHSRMode SoVectorizeAction::getHLHSRMode (\fBvoid\fP) const" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setBorder (float width)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setBorder (float width, \fBSbColor\fP color)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setMiterLimit (float limit)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setPenDescription (int num_pens, \fBconst\fP \fBSbColor\fP * colors = \fC0\fP, \fBconst\fP float * widths = \fC0\fP, \fBDimensionUnit\fP u = \fCMM\fP)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::getPenDescription (\fBSbColor\fP * colors, float * widths, \fBDimensionUnit\fP u = \fCMM\fP) const\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "int SoVectorizeAction::getPenNum (\fBvoid\fP) const\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setColorPriority (SbBool priority)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "SbBool SoVectorizeAction::getColorPriority (\fBvoid\fP) const\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::enableLighting (SbBool flag)\fC [virtual]\fP" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "SbBool SoVectorizeAction::isLightingEnabled (\fBvoid\fP) const" Not implemented yet\&. Provided for TGS OIV compatibility\&. .SS "\fBvoid\fP SoVectorizeAction::setOutput (\fBSoVectorOutput\fP * output)\fC [protected]\fP" Should be used by subclasses to set the \fBSoVectorOutput\fP instance that should be used\&. .SS "float SoVectorizeAction::pixelsToUnits (\fBconst\fP int pixels)\fC [protected]\fP, \fC [virtual]\fP" Converts pixels to normalized units\&. .SS "\fBvoid\fP SoVectorizeAction::printHeader (\fBvoid\fP) const\fC [protected]\fP, \fC [pure virtual]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .br .br .PP Implemented in \fBSoVectorizePSAction\fP\&. .SS "\fBvoid\fP SoVectorizeAction::printFooter (\fBvoid\fP) const\fC [protected]\fP, \fC [virtual]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .br .br Should be overridden by subclasses to print file footer data\&. .PP Reimplemented in \fBSoVectorizePSAction\fP\&. .SS "\fBvoid\fP SoVectorizeAction::printBackground (\fBvoid\fP) const\fC [protected]\fP, \fC [virtual]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .br .br Should be overridden by subclasses to print background data\&. .PP Reimplemented in \fBSoVectorizePSAction\fP\&. .SS "\fBvoid\fP SoVectorizeAction::printItem (\fBconst\fP \fBSoVectorizeItem\fP * item) const\fC [protected]\fP, \fC [pure virtual]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .br .br Should be overridden by subclasses to print an item\&. .PP Implemented in \fBSoVectorizePSAction\fP\&. .SS "\fBvoid\fP SoVectorizeAction::printViewport (\fBvoid\fP) const\fC [protected]\fP, \fC [virtual]\fP" \fIThis API member is considered internal to the library, as it is not likely to be of interest to the application programmer\&.\fP .br .br Should be overridden by subclasses to set up the current page viewport\&. .PP Reimplemented in \fBSoVectorizePSAction\fP\&. .SS "\fBSbVec2f\fP SoVectorizeAction::getRotatedViewportStartpos (\fBvoid\fP) const\fC [protected]\fP" Convenience method for subclasses\&. Will return the viewport startpos, taking the orientation into account .SS "\fBSbVec2f\fP SoVectorizeAction::getRotatedViewportSize (\fBvoid\fP) const\fC [protected]\fP" Convenience method for subclasses\&. Will return the viewport size, taking the orientation into account .SS "\fBconst\fP \fBSbBSPTree\fP & SoVectorizeAction::getBSPTree (\fBvoid\fP) const\fC [protected]\fP" Returns the bps tree used to store triangle and line vertices\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.