VTK
Adding and wrapping a custom namespace within VTK
Development
proposal
dgobbi
(David Gobbi)
June 7, 2019, 2:48pm
6
Note: to make it impossible to instantiate a class,
declare a protected/private constructor (as most VTK classes do)
do not declare a New() method
1 Like
show post in topic