mirror of https://github.com/CGAL/cgal
Merge pull request #5769 from alefy/ImageIO-Fix_inline_vtk-alefy
Add inline vtk_image_sharing_same_data_pointer
This commit is contained in:
commit
3b9f43db4c
|
|
@ -84,6 +84,7 @@ struct VTK_type_generator<boost::uint32_t> {
|
|||
typedef vtkUnsignedIntArray ArrayType;
|
||||
};
|
||||
|
||||
inline
|
||||
::vtkImageData* vtk_image_sharing_same_data_pointer(Image_3& image)
|
||||
{
|
||||
vtkImageData* vtk_image = vtkImageData::New();
|
||||
|
|
|
|||
Loading…
Reference in New Issue