Merge topic 'more_cellset_dimensionality_docs'

3f2c68a4 Finish writing the comment explaining what GetDimensionality values mean.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !335
This commit is contained in:
Robert Maynard 2016-02-03 14:16:19 -05:00 committed by Kitware Robot
commit 7161baacd1

@ -72,9 +72,11 @@ public:
/// The Dimensionality of the cells inside the cell set.
/// Lines = 1
/// Triangles, Quads = 2
/// Tets, Hexs = 3
/// Tets, Hexs, etc = 3
///
/// Currently
/// CellSetExplicit has the ability to contain cells of multiple
/// dimensions. These datasets generally report a dimensionality
/// of 3.
virtual vtkm::IdComponent GetDimensionality() const
{
return this->Dimensionality;