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
mitkConnectomicsNetworkCSVWriter.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 __mitkConnectomicsNetworkCSVWriter_h
18 #define __mitkConnectomicsNetworkCSVWriter_h
19 
20 #include <mitkAbstractFileWriter.h>
22 #include <vtkPolyDataWriter.h>
23 
24 
25 namespace mitk
26 {
27 
35  {
36  public:
38  typedef std::vector< std::pair< std::pair<
39  mitk::ConnectomicsNetwork::NetworkNode, mitk::ConnectomicsNetwork::NetworkNode >
41  typedef std::vector< mitk::ConnectomicsNetwork::NetworkNode > VertexVectorType;
42 
45 
47  virtual void Write();
48 
50 
51  protected:
52 
55 
56  };
57 
58 
59 } // end of namespace mitk
60 
61 #endif //__mitkConnectomicsNetworkCSVWriter_h
std::vector< std::pair< std::pair< mitk::ConnectomicsNetwork::NetworkNode, mitk::ConnectomicsNetwork::NetworkNode >, mitk::ConnectomicsNetwork::NetworkEdge > > EdgeVectorType
DataCollection - Class to facilitate loading/accessing structured data.
std::vector< mitk::ConnectomicsNetwork::NetworkNode > VertexVectorType
mitk::IFileIO::ConfidenceLevel GetConfidenceLevel() const
The confidence level of the reader or writer implementation.
virtual void Write()
Write the base data to the specified location or output stream.
virtual void Write() override=0
Write the base data to the specified location or output stream.
virtual mitk::ConnectomicsNetworkCSVWriter * Clone() const
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.