Import 2017-06-07 23:51:09: master 2c199c6c

Author Committer Branch Timestamp Parent
jcfr jcfr master 2017-04-26 01:20:59 master 7a91c34b
Changeset

ENH: vtkMRMLAnnotationROINodeTest1: Add TestGetTransformedPlanes

The expected values have been collected by displaying the plane
properties using a snippet similar to the following:

for (int idx = 0; idx < planes->GetNumberOfPlanes(); ++idx)
{
planes->GetPlane(idx)->Print(std::cout);
}

Suggested-by: Johan Andruejol <johan.andruejol@kitware.com>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@25975 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Modules/Loadable/Annotations/Testing/Cxx/vtkMRMLAnnotationROINodeTest1.cxx Diff File