HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HDK_Sample::SOP_CustomBrushData Struct Reference

#include <SOP_CustomBrush.h>

Public Member Functions

 SOP_CustomBrushData ()
 
 SOP_CustomBrushData (GA_Index ptnum, fpreal r, fpreal g, fpreal b, fpreal a)
 

Public Attributes

GA_Index myPtNum
 
fpreal myRed
 
fpreal myGreen
 
fpreal myBlue
 
fpreal myAlpha
 

Detailed Description

Examples:
SOP/SOP_CustomBrush.C.

Definition at line 51 of file SOP_CustomBrush.h.

Constructor & Destructor Documentation

HDK_Sample::SOP_CustomBrushData::SOP_CustomBrushData ( )
inline
Examples:
SOP/SOP_CustomBrush.h.

Definition at line 53 of file SOP_CustomBrush.h.

HDK_Sample::SOP_CustomBrushData::SOP_CustomBrushData ( GA_Index  ptnum,
fpreal  r,
fpreal  g,
fpreal  b,
fpreal  a 
)
inline

Definition at line 54 of file SOP_CustomBrush.h.

Member Data Documentation

fpreal HDK_Sample::SOP_CustomBrushData::myAlpha
Examples:
SOP/SOP_CustomBrush.C, and SOP/SOP_CustomBrush.h.

Definition at line 60 of file SOP_CustomBrush.h.

fpreal HDK_Sample::SOP_CustomBrushData::myBlue
Examples:
SOP/SOP_CustomBrush.C, and SOP/SOP_CustomBrush.h.

Definition at line 59 of file SOP_CustomBrush.h.

fpreal HDK_Sample::SOP_CustomBrushData::myGreen
Examples:
SOP/SOP_CustomBrush.C, and SOP/SOP_CustomBrush.h.

Definition at line 58 of file SOP_CustomBrush.h.

GA_Index HDK_Sample::SOP_CustomBrushData::myPtNum
Examples:
SOP/SOP_CustomBrush.C, and SOP/SOP_CustomBrush.h.

Definition at line 56 of file SOP_CustomBrush.h.

fpreal HDK_Sample::SOP_CustomBrushData::myRed
Examples:
SOP/SOP_CustomBrush.C, and SOP/SOP_CustomBrush.h.

Definition at line 57 of file SOP_CustomBrush.h.


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