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
mitkConnectomicsDegreeHistogram.h
Go to the documentation of this file.
1 
2 /*===================================================================
3 
4 The Medical Imaging Interaction Toolkit (MITK)
5 
6 Copyright (c) German Cancer Research Center,
7 Division of Medical and Biological Informatics.
8 All rights reserved.
9 
10 This software is distributed WITHOUT ANY WARRANTY; without
11 even the implied warranty of MERCHANTABILITY or FITNESS FOR
12 A PARTICULAR PURPOSE.
13 
14 See LICENSE.txt or http://www.mitk.org for details.
15 
16 ===================================================================*/
17 
18 
19 #ifndef _MITK_ConnectomicsDegreeHistogram_H
20 #define _MITK_ConnectomicsDegreeHistogram_H
21 
23 
24 namespace mitk {
25 
29  {
30 
31  public:
32 
35 
36 
37 
38  protected:
39 
41  virtual void ComputeFromConnectomicsNetwork( ConnectomicsNetwork* source ) override;
42 
43  };
44 
45 }
46 
47 #endif /* _MITK_ConnectomicsDegreeHistogram_H */
DataCollection - Class to facilitate loading/accessing structured data.
Superclass for histograms working with connectomic networks.
A class to calculate and store the degree of each node.
virtual void ComputeFromConnectomicsNetwork(ConnectomicsNetwork *source) override
Creates a new histogram from the network source.
Connectomics Network Class.