vtkbone
vtkbonePrettyReports.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Copyright 2010-2016, Numerics88 Solutions Ltd.
4  http://www.numerics88.com/
5 
6  Copyright (c) Eric Nodwell and Steven K. Boyd
7  See Copyright.txt for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 =========================================================================*/
13 
26 #ifndef __vtkbonePrettyReports_h
27 #define __vtkbonePrettyReports_h
28 
29 #include <ostream>
30 
31 // Forward declarations
32 class vtkImageAccumulate;
33 class vtkMassProperties;
34 
35 namespace vtkbonePrettyReports
36 {
37  void Print(std::ostream& s, vtkImageAccumulate* obj);
38  void Print(std::ostream& s, vtkMassProperties* obj);
39 }
40 
41 #endif
void Print(std::ostream &s, vtkboneImageToMesh *obj)