SamplerNode::Write
Background
This method inserts the node into the data destination `p_roIO`.
Prototype
virtual int Write( TypeIO & p_roIO )
Parameters
- TypeIO & p_roIO: The method writes data to this TypeIO object.
Return Value
Non-zero indicates success, zero indicates failure.