Home
last modified time | relevance | path

Searched refs:VtkDepthTraits (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/viz/src/vtk/
DvtkCloudMatSource.cpp51 template<typename _Tp> struct VtkDepthTraits;
53 template<> struct VtkDepthTraits<float> struct
59 template<> struct VtkDepthTraits<double> struct
187 points->SetDataType(VtkDepthTraits<_Tp>::data_type); in filterNanCopy()
244 normals = vtkSmartPointer< typename VtkDepthTraits<_Tn>::array_type >::New(); in filterNanNormalsCopy()
270 tcoords = vtkSmartPointer< typename VtkDepthTraits<_Tn>::array_type >::New(); in filterNanTCoordsCopy()