Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 82ac505190c212a37e5a9f824939c992 > files > 99

vtk-examples-6.0.0-8.mga5.i586.rpm

package require vtkmycommon
package require vtkimaging

#
# Here you should pick the name of one your imaging local classes
# instead of vtkImageFoo.
#

if {[info commands vtkImageFoo] != "" ||
    [::vtk::load_component vtkmyImagingTCL] == ""} {
    package provide vtkmyimaging 4.0
}