SaDVIO
Public Member Functions | Static Public Attributes | List of all members
setup.CMakeBuild Class Reference
Inheritance diagram for setup.CMakeBuild:
Inheritance graph
[legend]
Collaboration diagram for setup.CMakeBuild:
Collaboration graph
[legend]

Public Member Functions

def run (self)
 
def build_extension (self, ext)
 

Static Public Attributes

 name
 
string version = '0.0.0',
 
string author = 'Iago Suarez',
 
string description = 'ELSED (Enhanced Line SEgment Detector) bindings',
 
string long_description = '',
 
list ext_modules = [CMakeExtension('pyelsed')],
 
 cmdclass = dict(build_ext=CMakeBuild),
 
bool zip_safe = False,
 

Member Function Documentation

◆ build_extension()

def setup.CMakeBuild.build_extension (   self,
  ext 
)

◆ run()

def setup.CMakeBuild.run (   self)

Member Data Documentation

◆ author

string setup.CMakeBuild.author = 'Iago Suarez',
static

◆ cmdclass

setup.CMakeBuild.cmdclass = dict(build_ext=CMakeBuild),
static

◆ description

string setup.CMakeBuild.description = 'ELSED (Enhanced Line SEgment Detector) bindings',
static

◆ ext_modules

list setup.CMakeBuild.ext_modules = [CMakeExtension('pyelsed')],
static

◆ long_description

string setup.CMakeBuild.long_description = '',
static

◆ name

setup.CMakeBuild.name
static

◆ version

string setup.CMakeBuild.version = '0.0.0',
static

◆ zip_safe

bool setup.CMakeBuild.zip_safe = False,
static

The documentation for this class was generated from the following file: