#include <istdplug.h>
Class Description
- See also:
- Class Control,
Class INode.
- Description:
- This class provides access to the surface position controller's
parameters.
The following values may be used to access the surface controller's
references.
SURFCONT_U_REF
SURFCONT_V_REF
SURFCONT_SURFOBJ_REF
All methods of this class are implemented by the system.
Member Function Documentation
virtual void SetSurface |
( |
INode * |
node |
) |
[pure virtual] |
- Parameters:
- INode
*node
Points to the node to set.
virtual int GetAlign |
( |
|
) |
[pure virtual] |
- Returns:
- One of the following values:
0: No Alignment.
1: Align to U.
2: Align to V.
virtual void SetAlign |
( |
int |
a |
) |
[pure virtual] |
- Parameters:
- int a
One of the following values:
0: No Alignment.
1: Align to U.
2: Align to V.
virtual BOOL GetFlip |
( |
|
) |
[pure virtual] |
virtual void SetFlip |
( |
BOOL |
f |
) |
[pure virtual] |
- Parameters:
- BOOL f
TRUE for on; FALSE for off.