7 #ifndef __operator_MapOp_h__ 8 #define __operator_MapOp_h__ 27 virtual ~
MapOp(
void) {}
29 void initialize(
void);
32 virtual void handle(
Record& a_rSignal);
36 class FE_DL_EXPORT Raster
40 m_spRegistry(a_spRegistry) {}
42 void setTemplate(
String a_template)
43 { m_template=a_template; }
45 void setMinMax(Real a_min,Real a_max,Real a_random)
52 I32 integer(
const Vector2& a_rUV);
53 Real real(
const Vector2& a_rUV);
58 Real low1(
const Vector2& a_rUV);
61 BWORD lookup(
const Vector2& a_rUV,U8* a_pData);
kernel
Definition: namespace.dox:3
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Load a texture map into an attribute.
Definition: MapOp.h:20
Automatically reference-counted string container.
Definition: String.h:128
Partial Generic SurfaceI Implemention.
Definition: OperatorSurfaceCommon.h:20
Wrapper for std::vector.
Definition: Array.h:21
Reference to an instance of a Layout.
Definition: RecordSB.h:35
Perlin Noise.
Definition: Noise.h:23