Finish writing the comment explaining what GetDimensionality values mean.

This commit is contained in:
Robert Maynard 2016-02-03 13:35:10 -05:00
parent 2e97c2bc40
commit 3f2c68a4d6

@ -72,9 +72,11 @@ public:
/// The Dimensionality of the cells inside the cell set. /// The Dimensionality of the cells inside the cell set.
/// Lines = 1 /// Lines = 1
/// Triangles, Quads = 2 /// 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 virtual vtkm::IdComponent GetDimensionality() const
{ {
return this->Dimensionality; return this->Dimensionality;