Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkConnectomicsNetworkMatrixWriter.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef __mitkConnectomicsNetworkMatrixWriter_h
18 #define __mitkConnectomicsNetworkMatrixWriter_h
19 
20 #include <mitkAbstractFileWriter.h>
22 #include <vtkPolyDataWriter.h>
23 
24 
25 namespace mitk
26 {
27 
36  {
37  public:
39  typedef std::vector< std::pair< std::pair<
40  mitk::ConnectomicsNetwork::NetworkNode, mitk::ConnectomicsNetwork::NetworkNode >
42  typedef std::vector< mitk::ConnectomicsNetwork::NetworkNode > VertexVectorType;
43 
46 
48  virtual void Write();
49 
51 
52  protected:
53 
56 
57  };
58 
59 
60 } // end of namespace mitk
61 
62 #endif //__mitkConnectomicsNetworkMatrixWriter_h
std::vector< mitk::ConnectomicsNetwork::NetworkNode > VertexVectorType
DataCollection - Class to facilitate loading/accessing structured data.
virtual void Write()
Write the base data to the specified location or output stream.
std::vector< std::pair< std::pair< mitk::ConnectomicsNetwork::NetworkNode, mitk::ConnectomicsNetwork::NetworkNode >, mitk::ConnectomicsNetwork::NetworkEdge > > EdgeVectorType
virtual mitk::ConnectomicsNetworkMatrixWriter * Clone() const
virtual void Write() override=0
Write the base data to the specified location or output stream.
ConfidenceLevel
A confidence level describing the confidence of the reader or writer in handling the given data...
Definition: mitkIFileIO.h:49
Base class for writing mitk::BaseData objects to files or streams.
Connectomics Network Class.
mitk::IFileIO::ConfidenceLevel GetConfidenceLevel() const
The confidence level of the reader or writer implementation.