OpenSubdiv/regression
manuelk 48cf4b6528 Refactor Vtr::Array for better "const" safety
Const' declared instances of Vtr::Array do not protect the pointer held
privately by the class properly. In order to force the compiler to
protect this pointer, we removed all non-const accessors from Vtr::Array
(now renamed Vtr::ConstArray) and moved them to a child class (Vtr::Array),
which requires const_cast<> operators internally to allow access.

The change & renaming is then propagated to all internal dependencies.
2014-12-15 10:23:13 -08:00
..
common Rename Sdc::Options vertex boundary interpolation rule enums 2014-12-12 11:10:17 -08:00
far_regression Landing 3.0.0.alpha 2014-09-05 15:07:46 -07:00
hbr_regression Landing 3.0.0.alpha 2014-09-05 15:07:46 -07:00
osd_regression Landing 3.0.0.alpha 2014-09-05 15:07:46 -07:00
shapes Fix smooth triangles catmark weights 2014-12-11 09:19:41 -08:00
vtr_regression Refactor Vtr::Array for better "const" safety 2014-12-15 10:23:13 -08:00
CMakeLists.txt Landing 3.0.0.alpha 2014-09-05 15:07:46 -07:00