Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

please use the >> operator for reading from a filenode, don't try to cast it:

  node["mat"] >> mat;
  node["loc"] >> loc;
  node["color"] >> color;