| 
| 
def  | requirements (self) | 
|   | 
| 
def  | build_requirements (self) | 
|   | 
| 
def  | source (self) | 
|   | 
| 
def  | build (self) | 
|   | 
| 
def  | package (self) | 
|   | 
| 
def  | package_info (self) | 
|   | 
 | 
| 
string  | name = "tomato" | 
|   | 
| 
string  | version = "0.6.5" | 
|   | 
| 
string  | default_user = "user" | 
|   | 
| 
string  | default_channel = "testing" | 
|   | 
| 
string  | license = "MIT <https://github.com/MRKonrad/tomato/blob/master/LICENSE>" | 
|   | 
| 
string  | author = "<Konrad Werys>, <konradwerys2@gmail.com>" | 
|   | 
| 
string  | url = "https://github.com/MRKonrad/tomato" | 
|   | 
| 
string  | description = "Cardiac MRI map calculation library" | 
|   | 
| 
tuple  | topics = ("Cardiac MRI", "MRI", "CMR", "paramteric mapping", "T1") | 
|   | 
| 
string  | settings = "os" | 
|   | 
| 
bool  | short_paths = True | 
|   | 
| dictionary  | options | 
|   | 
| dictionary  | default_options | 
|   | 
| 
string  | generators = "cmake_find_package" | 
|   | 
  
  
      
        
          | dictionary conanfile.TomatoConan.default_options | 
         
       
   | 
  
static   | 
  
 
Initial value:    9         "use_tomato_private": 
False,
  
 
 
  
  
      
        
          | dictionary conanfile.TomatoConan.options | 
         
       
   | 
  
static   | 
  
 
Initial value:    2         "shared": [
True, 
False],
     3         "use_itk": [
True, 
False],
     4         "use_vnl": [
True, 
False],
     5         "use_lmfit": [
True, 
False],
     6         "use_yaml": [
True, 
False],
     7         "build_app": [
True, 
False],
     8         "build_testing": [
True, 
False],
     9         "use_tomato_private": [
True, 
False],
  
 
 
The documentation for this class was generated from the following file: