SOP_Paint Class Reference

#include <SOP_Paint.h>

Inheritance diagram for SOP_Paint:

SOP_BrushBase SOP_GDT SOP_Node OP_Network OP_Node OP_Parameters OP_NetworkBoxItem PRM_ParmOwner

List of all members.

Public Member Functions

 SOP_Paint (OP_Network *net, const char *name, OP_Operator *entry)
virtual ~SOP_Paint ()
virtual unsigned disableParms ()
virtual void setAccumulateStencil (bool yesno)
virtual void setRayOrigin (const UT_Vector3 &orig, float t)
virtual void setRayOrientation (const UT_Vector3 &orient, float t)
virtual void setHitPrimitive (int primidx, float t)
virtual void setHitPoint (int pt, float t)
virtual void setHitUV (float u, float v, float t)
virtual void setHitPressure (float p, float t)
virtual void setRadius (float r, float t)
virtual void setUVRadius (float r, float t)
virtual void setBrushEvent (SOP_BrushEvent event)
virtual void setBrushOp (SOP_BrushOp op)
virtual void setBrushShape (SOP_BrushShape shape)
virtual void setProjectionType (int projtype)
virtual void useForegroundColor (void)
virtual void useBackgroundColor (void)
virtual void setCurrentColor (const UT_Vector3 &cd)
virtual void setVisualization (int state)
virtual int altersGeometry () const
virtual int altersColor () const
virtual float RAWRADIUS (float t)
virtual float RAWUVRADIUS (float t)
virtual float RADIUSPRESSURE (float t)
virtual float RAWOPACITY (float t)
virtual float OPACITYPRESSURE (float t)
virtual SOP_BrushOp OP (void)
virtual int ACCUMSTENCIL (void)
virtual int PROJECTIONTYPE (void)
virtual int REALTIME (void)
virtual int SHAPE (float t)

Static Public Member Functions

static OP_NodemyConstructor (OP_Network *net, const char *name, OP_Operator *entry)

Static Public Attributes

static PRM_Template myTemplateList []

Protected Member Functions

virtual const char * inputLabel (unsigned idx) const
virtual void doErase ()
virtual int MERGEMODE ()
virtual void SCRIPT (UT_String &, float)
virtual int AXIS (void)
virtual float USERX (float)
virtual float USERY (float)
virtual float USERZ (float)
virtual float RAYORIENTX (float t)
virtual float RAYORIENTY (float t)
virtual float RAYORIENTZ (float t)
virtual float RAYHITX (float t)
virtual float RAYHITY (float t)
virtual float RAYHITZ (float t)
virtual float RAYHITU (float t)
virtual float RAYHITV (float t)
virtual float RAYHITPRESSURE (float t)
virtual int PRIMHIT (float t)
virtual int PTHIT (float t)
virtual int EVENT ()
virtual bool USE_FOREGROUND (void)
virtual float FGR (float t)
virtual float FGG (float t)
virtual float FGB (float t)
virtual float BGR (float t)
virtual float BGG (float t)
virtual float BGB (float t)
virtual float SOFTEDGE (float t)
virtual void KERNEL (UT_String &str, float t)
virtual int UPTYPE (float t)
virtual float UPX (float t)
virtual float UPY (float t)
virtual float UPZ (float t)
virtual float PAPERNOISE (float t)
virtual float SPLATTER (float t)
virtual void BITMAP (UT_String &str, float t)
virtual int BITMAPCHAN (float t)
virtual float ANGLE (float t)
virtual float SQUASH (float t)
virtual int DOSTAMPING ()
virtual int WRITEALPHA ()
virtual int OVERRIDECD ()
virtual void CDNAME (UT_String &str, float t)
virtual int OVERRIDEALPHA ()
virtual void ALPHANAME (UT_String &str, float t)
virtual int OVERRIDENML ()
virtual void NMLNAME (UT_String &, float)
virtual float SYMMETRYDIRX (float t)
virtual float SYMMETRYDIRY (float t)
virtual float SYMMETRYDIRZ (float t)
virtual float SYMMETRYORIGX (float t)
virtual float SYMMETRYORIGY (float t)
virtual float SYMMETRYORIGZ (float t)
virtual int DOREFLECTION ()
virtual int DOROTATION ()
virtual int SYMMETRYROT (float t)
virtual float SYMMETRYDIST (float t)
virtual int DOUVREFLECTION ()
virtual float SYMMETRYUVORIGU (float t)
virtual float SYMMETRYUVORIGV (float t)
virtual float SYMMETRYUVANGLE (float t)
virtual int ADDATTRIB ()
virtual int VISUALIZE ()
virtual float VISLOW (float t)
virtual float VISHIGH (float t)
virtual int VISMODE ()
virtual int USECONNECTIVITY ()
virtual int USEDEPTH ()
virtual float DEPTH (float t)
virtual float HEIGHT (float t)
virtual bool hasStrokeChanged (float t)
virtual bool hasStyleChanged (float t)
virtual bool hasNibFileChanged (float t)
virtual bool hasAccumStencilChanged (float t)
virtual bool hasNibLookChanged (float t)
virtual bool hasVisrangeChanged (float t)


Detailed Description

Definition at line 103 of file SOP_Paint.h.


Constructor & Destructor Documentation

SOP_Paint::SOP_Paint ( OP_Network net,
const char *  name,
OP_Operator entry 
)

virtual SOP_Paint::~SOP_Paint (  )  [virtual]


Member Function Documentation

virtual int SOP_Paint::ACCUMSTENCIL ( void   )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 241 of file SOP_Paint.h.

virtual int SOP_Paint::ADDATTRIB (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 365 of file SOP_Paint.h.

virtual void SOP_Paint::ALPHANAME ( UT_String str,
float  t 
) [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 330 of file SOP_Paint.h.

virtual int SOP_Paint::altersColor (  )  const [inline, virtual]

Implements SOP_BrushBase.

Definition at line 218 of file SOP_Paint.h.

virtual int SOP_Paint::altersGeometry (  )  const [inline, virtual]

Implements SOP_BrushBase.

Definition at line 217 of file SOP_Paint.h.

virtual float SOP_Paint::ANGLE ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 315 of file SOP_Paint.h.

virtual int SOP_Paint::AXIS ( void   )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 254 of file SOP_Paint.h.

virtual float SOP_Paint::BGB ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 292 of file SOP_Paint.h.

virtual float SOP_Paint::BGG ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 291 of file SOP_Paint.h.

virtual float SOP_Paint::BGR ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 290 of file SOP_Paint.h.

virtual void SOP_Paint::BITMAP ( UT_String str,
float  t 
) [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 311 of file SOP_Paint.h.

virtual int SOP_Paint::BITMAPCHAN ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 313 of file SOP_Paint.h.

virtual void SOP_Paint::CDNAME ( UT_String str,
float  t 
) [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 326 of file SOP_Paint.h.

virtual float SOP_Paint::DEPTH ( float  t  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 381 of file SOP_Paint.h.

virtual unsigned SOP_Paint::disableParms (  )  [virtual]

Reimplemented from OP_Parameters.

virtual void SOP_Paint::doErase (  )  [protected, virtual]

Implements SOP_BrushBase.

virtual int SOP_Paint::DOREFLECTION (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 347 of file SOP_Paint.h.

virtual int SOP_Paint::DOROTATION (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 349 of file SOP_Paint.h.

virtual int SOP_Paint::DOSTAMPING (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 319 of file SOP_Paint.h.

virtual int SOP_Paint::DOUVREFLECTION (  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 356 of file SOP_Paint.h.

virtual int SOP_Paint::EVENT (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 281 of file SOP_Paint.h.

virtual float SOP_Paint::FGB ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 289 of file SOP_Paint.h.

virtual float SOP_Paint::FGG ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 288 of file SOP_Paint.h.

virtual float SOP_Paint::FGR ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 287 of file SOP_Paint.h.

virtual bool SOP_Paint::hasAccumStencilChanged ( float  t  )  [protected, virtual]

Implements SOP_BrushBase.

virtual bool SOP_Paint::hasNibFileChanged ( float  t  )  [protected, virtual]

Implements SOP_BrushBase.

virtual bool SOP_Paint::hasNibLookChanged ( float  t  )  [protected, virtual]

Implements SOP_BrushBase.

virtual bool SOP_Paint::hasStrokeChanged ( float  t  )  [protected, virtual]

Implements SOP_BrushBase.

virtual bool SOP_Paint::hasStyleChanged ( float  t  )  [protected, virtual]

Implements SOP_BrushBase.

virtual bool SOP_Paint::hasVisrangeChanged ( float  t  )  [protected, virtual]

Reimplemented from SOP_BrushBase.

virtual float SOP_Paint::HEIGHT ( float  t  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 383 of file SOP_Paint.h.

virtual const char* SOP_Paint::inputLabel ( unsigned  idx  )  const [protected, virtual]

Reimplemented from SOP_GDT.

virtual void SOP_Paint::KERNEL ( UT_String str,
float  t 
) [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 296 of file SOP_Paint.h.

virtual int SOP_Paint::MERGEMODE (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 251 of file SOP_Paint.h.

static OP_Node* SOP_Paint::myConstructor ( OP_Network net,
const char *  name,
OP_Operator entry 
) [static]

virtual void SOP_Paint::NMLNAME ( UT_String ,
float   
) [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 333 of file SOP_Paint.h.

virtual SOP_BrushOp SOP_Paint::OP ( void   )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 230 of file SOP_Paint.h.

virtual float SOP_Paint::OPACITYPRESSURE ( float  t  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 227 of file SOP_Paint.h.

virtual int SOP_Paint::OVERRIDEALPHA (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 328 of file SOP_Paint.h.

virtual int SOP_Paint::OVERRIDECD (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 324 of file SOP_Paint.h.

virtual int SOP_Paint::OVERRIDENML (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 332 of file SOP_Paint.h.

virtual float SOP_Paint::PAPERNOISE ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 307 of file SOP_Paint.h.

virtual int SOP_Paint::PRIMHIT ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 277 of file SOP_Paint.h.

virtual int SOP_Paint::PROJECTIONTYPE ( void   )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 243 of file SOP_Paint.h.

virtual int SOP_Paint::PTHIT ( float  t  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 279 of file SOP_Paint.h.

virtual float SOP_Paint::RADIUSPRESSURE ( float  t  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 223 of file SOP_Paint.h.

virtual float SOP_Paint::RAWOPACITY ( float  t  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 225 of file SOP_Paint.h.

virtual float SOP_Paint::RAWRADIUS ( float  t  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 219 of file SOP_Paint.h.

virtual float SOP_Paint::RAWUVRADIUS ( float  t  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 221 of file SOP_Paint.h.

virtual float SOP_Paint::RAYHITPRESSURE ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 275 of file SOP_Paint.h.

virtual float SOP_Paint::RAYHITU ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 271 of file SOP_Paint.h.

virtual float SOP_Paint::RAYHITV ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 273 of file SOP_Paint.h.

virtual float SOP_Paint::RAYHITX ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 265 of file SOP_Paint.h.

virtual float SOP_Paint::RAYHITY ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 267 of file SOP_Paint.h.

virtual float SOP_Paint::RAYHITZ ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 269 of file SOP_Paint.h.

virtual float SOP_Paint::RAYORIENTX ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 259 of file SOP_Paint.h.

virtual float SOP_Paint::RAYORIENTY ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 261 of file SOP_Paint.h.

virtual float SOP_Paint::RAYORIENTZ ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 263 of file SOP_Paint.h.

virtual int SOP_Paint::REALTIME ( void   )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 245 of file SOP_Paint.h.

virtual void SOP_Paint::SCRIPT ( UT_String ,
float   
) [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 253 of file SOP_Paint.h.

virtual void SOP_Paint::setAccumulateStencil ( bool  yesno  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 117 of file SOP_Paint.h.

virtual void SOP_Paint::setBrushEvent ( SOP_BrushEvent  event  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 158 of file SOP_Paint.h.

virtual void SOP_Paint::setBrushOp ( SOP_BrushOp  op  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 162 of file SOP_Paint.h.

virtual void SOP_Paint::setBrushShape ( SOP_BrushShape  shape  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 175 of file SOP_Paint.h.

virtual void SOP_Paint::setCurrentColor ( const UT_Vector3 cd  )  [inline, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 192 of file SOP_Paint.h.

virtual void SOP_Paint::setHitPoint ( int  pt,
float  t 
) [inline, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 137 of file SOP_Paint.h.

virtual void SOP_Paint::setHitPressure ( float  p,
float  t 
) [inline, virtual]

Implements SOP_BrushBase.

Definition at line 146 of file SOP_Paint.h.

virtual void SOP_Paint::setHitPrimitive ( int  primidx,
float  t 
) [inline, virtual]

Implements SOP_BrushBase.

Definition at line 133 of file SOP_Paint.h.

virtual void SOP_Paint::setHitUV ( float  u,
float  v,
float  t 
) [inline, virtual]

Implements SOP_BrushBase.

Definition at line 141 of file SOP_Paint.h.

virtual void SOP_Paint::setProjectionType ( int  projtype  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 179 of file SOP_Paint.h.

virtual void SOP_Paint::setRadius ( float  r,
float  t 
) [inline, virtual]

Implements SOP_BrushBase.

Definition at line 150 of file SOP_Paint.h.

virtual void SOP_Paint::setRayOrientation ( const UT_Vector3 orient,
float  t 
) [inline, virtual]

Implements SOP_BrushBase.

Definition at line 127 of file SOP_Paint.h.

virtual void SOP_Paint::setRayOrigin ( const UT_Vector3 orig,
float  t 
) [inline, virtual]

Implements SOP_BrushBase.

Definition at line 121 of file SOP_Paint.h.

virtual void SOP_Paint::setUVRadius ( float  r,
float  t 
) [inline, virtual]

Implements SOP_BrushBase.

Definition at line 154 of file SOP_Paint.h.

virtual void SOP_Paint::setVisualization ( int  state  )  [inline, virtual]

Reimplemented from SOP_Node.

Definition at line 200 of file SOP_Paint.h.

virtual int SOP_Paint::SHAPE ( float  t  )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 247 of file SOP_Paint.h.

virtual float SOP_Paint::SOFTEDGE ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 294 of file SOP_Paint.h.

virtual float SOP_Paint::SPLATTER ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 309 of file SOP_Paint.h.

virtual float SOP_Paint::SQUASH ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 317 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYDIRX ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 335 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYDIRY ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 337 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYDIRZ ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 339 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYDIST ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 353 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYORIGX ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 341 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYORIGY ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 343 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYORIGZ ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 345 of file SOP_Paint.h.

virtual int SOP_Paint::SYMMETRYROT ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 351 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYUVANGLE ( float  t  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 362 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYUVORIGU ( float  t  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 358 of file SOP_Paint.h.

virtual float SOP_Paint::SYMMETRYUVORIGV ( float  t  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 360 of file SOP_Paint.h.

virtual int SOP_Paint::UPTYPE ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 298 of file SOP_Paint.h.

virtual float SOP_Paint::UPX ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 300 of file SOP_Paint.h.

virtual float SOP_Paint::UPY ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 302 of file SOP_Paint.h.

virtual float SOP_Paint::UPZ ( float  t  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 304 of file SOP_Paint.h.

virtual bool SOP_Paint::USE_FOREGROUND ( void   )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 283 of file SOP_Paint.h.

virtual void SOP_Paint::useBackgroundColor ( void   )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 187 of file SOP_Paint.h.

virtual int SOP_Paint::USECONNECTIVITY (  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 377 of file SOP_Paint.h.

virtual int SOP_Paint::USEDEPTH (  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 379 of file SOP_Paint.h.

virtual void SOP_Paint::useForegroundColor ( void   )  [inline, virtual]

Implements SOP_BrushBase.

Definition at line 183 of file SOP_Paint.h.

virtual float SOP_Paint::USERX ( float   )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 255 of file SOP_Paint.h.

virtual float SOP_Paint::USERY ( float   )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 256 of file SOP_Paint.h.

virtual float SOP_Paint::USERZ ( float   )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 257 of file SOP_Paint.h.

virtual float SOP_Paint::VISHIGH ( float  t  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 372 of file SOP_Paint.h.

virtual float SOP_Paint::VISLOW ( float  t  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 370 of file SOP_Paint.h.

virtual int SOP_Paint::VISMODE (  )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 374 of file SOP_Paint.h.

virtual int SOP_Paint::VISUALIZE ( void   )  [inline, protected, virtual]

Reimplemented from SOP_BrushBase.

Definition at line 367 of file SOP_Paint.h.

virtual int SOP_Paint::WRITEALPHA (  )  [inline, protected, virtual]

Implements SOP_BrushBase.

Definition at line 321 of file SOP_Paint.h.


Member Data Documentation

Definition at line 115 of file SOP_Paint.h.


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

Generated on Mon Jan 28 00:30:01 2013 for HDK by  doxygen 1.5.9