C++ - Defining class template (header/source file)
问题 I want to create a processor in voreen (like this one .cpp | .h) porting this OTB-Application: http://hg.orfeo-toolbox.org/OTB/file/ca4366bb972e/Applications/Segmentation/otbSegmentation.cxx I have coded almost all the parameters into properties, etc but.. If you look at like 376, you'll see a class template of FloatVectorImageType::SizeType, a typedef type. Im not familiar with c++ templates so my first question was where should I put this template's implementation, in the .cpp or .h file of