Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeColour
- NodeColourSampleImage
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeColourSampleImage.h |
| Include | #include "MuT/NodeColourSampleImage.h" |
Syntax
class NodeColourSampleImage : public mu::NodeColour
Remarks
Obtain a colour by sampling an image at specific homogeneous coordinates.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeImagePtr | GetImage () |
Get the node generating the source image to be sampled. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| NodeScalarPtr | GetX () |
Get the node generating the x coordinate to sample, in the range of 0.0 to 1.0. | |
| NodeScalarPtr | GetY () |
Get the node generating the y coordinate to sample, in the range of 0.0 to 1.0. | |
| void | Serialise
(
const NodeColourSampleImage* pNode, |
||
| void | SetImage
(
NodeImagePtr |
||
| void | SetX
(
NodeScalarPtr |
||
| void | SetY
(
NodeScalarPtr |
||
| NodeColourSampleImagePtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| int | Generic access to graph connections. | ||
| Node * | GetInputNode
(
int i |
||
| const NODE_TYPE * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
||
| void | SetInputNode
(
int i, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |