[vtkusers] Re: vtkIGESReader

Christophe Attanasio c-attanasio at opencascade.com
Tue Mar 12 08:59:35 EST 2002


vtkusers-request at public.kitware.com wrote:

> Send vtkusers mailing list submissions to
>         vtkusers at public.kitware.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://public.kitware.com/mailman/listinfo/vtkusers
> or, via email, send a message with subject or body 'help' to
>         vtkusers-request at public.kitware.com
>
> You can reach the person managing the list at
>         vtkusers-admin at public.kitware.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of vtkusers digest..."
>
> Today's Topics:
>
>    1. vtkIGESReader (Congjin Chen)
>    2. vtkImageImportFromArray / vtkImageExportToArray (f f)
>    3. Re: vtkImageImportFromArray / vtkImageExportToArray (David Gobbi)
>    4. Re: vtkImageImportFromArray / vtkImageExportToArray (f f)
>    5. VTK4.0+wxPython+PPC Linux on a mac (Harris Scott R CIV AFRL/SNJM)
>    6. Re: VTK4.0+wxPython+PPC Linux on a mac (David Gobbi)
>    7. RE: VTK4.0+wxPython+PPC Linux on a mac (Harris Scott R CIV AFRL/SNJM)
>    8. vtk4 + python installation (Alexandre Guimond)
>    9. vtk4 + python installation (Prabhu Ramachandran)
>   10. how to convert from imagedata to polydata? (wolfweed)
>   11. (no subject) (bxb1280)
>   12. hi (bxb1280)
>
> --__--__--
>
> Message: 1
> Date: Thu, 07 Mar 2002 13:00:09 -0500
> From: Congjin Chen <cchen at irus.rri.ca>
> Organization: Imaging Research Labs, Robarts Research Institute
> To: vtkusers at public.kitware.com
> Subject: [vtkusers] vtkIGESReader
>

Hello,

You can download a free sample on : http://www.opencascade.org/

Christophe.

>
> Hello,
>
> Anyone has a vtk IGES reader out there? Thanks.
>
> Cheers
>
> Congjin
>
> --__--__--
>
> Message: 2
> From: "f f" <gray_java at hotmail.com>
> To: vtkusers at public.kitware.com
> Date: Thu, 07 Mar 2002 19:33:11 +0000
> Subject: [vtkusers] vtkImageImportFromArray / vtkImageExportToArray
>
> Where can I find vtkImageExportToArray.py and vtkImageImportFromArray.py?
> they're not in the /lib/vtk directory of the install or the /bin directory
> of the build, or anywhere. previous posts said to look in the "vtk/python
> directory" but I don't have one of those. there is a vtk/Wrapping/Python/vtk
> directory in the build.
>
> Is it involved with one of the packages I don't have installed? the only
> ones I think I'm missing are Parallel and Patented
>
> thanks for any help
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
>
> --__--__--
>
> Message: 3
> Date: Thu, 7 Mar 2002 14:43:22 -0500 (EST)
> From: David Gobbi <dgobbi at irus.rri.ca>
> To: f f <gray_java at hotmail.com>
> Cc: <vtkusers at public.kitware.com>
> Subject: Re: [vtkusers] vtkImageImportFromArray / vtkImageExportToArray
>
> Hi Again f f,
>
> These were in vtk/python in VTK 3.x, but they haven't been included in
> VTK 4.x because they haven't been properly tested.  You can get them
> from the VTK 3.x CVS:
>
> http://public.kitware.com/cgi-bin/cvsweb.cgi/vtk/python/?cvsroot=vtk
>
> I'm almost 100% certain that they will generate warnings if used
> with VTK 4.x.
>
> Cheers,
>
>  David
>
> On Thu, 7 Mar 2002, f f wrote:
>
> > Where can I find vtkImageExportToArray.py and vtkImageImportFromArray.py?
> > they're not in the /lib/vtk directory of the install or the /bin directory
> > of the build, or anywhere. previous posts said to look in the "vtk/python
> > directory" but I don't have one of those. there is a vtk/Wrapping/Python/vtk
> > directory in the build.
> >
> > Is it involved with one of the packages I don't have installed? the only
> > ones I think I'm missing are Parallel and Patented
> >
> > thanks for any help
> >
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
> >
> > _______________________________________________
> > This is the private VTK discussion list.
> > Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> > Follow this link to subscribe/unsubscribe:
> > http://public.kitware.com/mailman/listinfo/vtkusers
> >
>
> --__--__--
>
> Message: 4
> From: "f f" <gray_java at hotmail.com>
> To: dgobbi at irus.rri.ca
> Cc: vtkusers at public.kitware.com
> Subject: Re: [vtkusers] vtkImageImportFromArray / vtkImageExportToArray
> Date: Thu, 07 Mar 2002 20:04:46 +0000
>
> ah, thanks. I'm not sure what happened to vtkConstants, so I hardcoded
> Floats into the exporter and it works.
>
> >From: David Gobbi <dgobbi at irus.rri.ca>
> >To: f f <gray_java at hotmail.com>
> >CC: <vtkusers at public.kitware.com>
> >Subject: Re: [vtkusers] vtkImageImportFromArray / vtkImageExportToArray
> >Date: Thu, 7 Mar 2002 14:43:22 -0500 (EST)
> >
> >Hi Again f f,
> >
> >These were in vtk/python in VTK 3.x, but they haven't been included in
> >VTK 4.x because they haven't been properly tested.  You can get them
> >from the VTK 3.x CVS:
> >
> >http://public.kitware.com/cgi-bin/cvsweb.cgi/vtk/python/?cvsroot=vtk
> >
> >I'm almost 100% certain that they will generate warnings if used
> >with VTK 4.x.
> >
> >Cheers,
> >
> >  David
> >
> >On Thu, 7 Mar 2002, f f wrote:
> >
> > > Where can I find vtkImageExportToArray.py and
> >vtkImageImportFromArray.py?
> > > they're not in the /lib/vtk directory of the install or the /bin
> >directory
> > > of the build, or anywhere. previous posts said to look in the
> >"vtk/python
> > > directory" but I don't have one of those. there is a
> >vtk/Wrapping/Python/vtk
> > > directory in the build.
> > >
> > > Is it involved with one of the packages I don't have installed? the only
> > > ones I think I'm missing are Parallel and Patented
> > >
> > > thanks for any help
> > >
> > > _________________________________________________________________
> > > Get your FREE download of MSN Explorer at
> >http://explorer.msn.com/intl.asp.
> > >
> > > _______________________________________________
> > > This is the private VTK discussion list.
> > > Please keep messages on-topic. Check the FAQ at:
> ><http://public.kitware.com/cgi-bin/vtkfaq>
> > > Follow this link to subscribe/unsubscribe:
> > > http://public.kitware.com/mailman/listinfo/vtkusers
> > >
> >
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
>
> --__--__--
>
> Message: 5
> From: Harris Scott R CIV AFRL/SNJM <Scott.Harris at wpafb.af.mil>
> To: vtkusers at public.kitware.com
> Date: Thu, 7 Mar 2002 16:10:52 -0500
> Subject: [vtkusers] VTK4.0+wxPython+PPC Linux on a mac
>
> In the past two days I've downloaded, built, and installed:
> Mesa 4.0.1
> Python 2.2
> VTK 4.0 nightly build
> wxGTK 2.3.2
> wxPython 2.3.2.1
>
> These packages are on top of a clean Yellowdog Linux 2.1 installation (2.4
> kernel)
>
> My GTK+ version is 1.2.8-7 and I'm running XFree 4.1. The hardware is an
> original orange iBook.
>
> Here are my symptoms:
> VTK C examples work fine, wxPython demo works fine. Mesa demos work fine.
> wxGTK demos work fine.
> If I run the VTK demo in the wxPython demo, the cone pops up but X crashes
> if I try to move the cone.
> I don't get any errors in the console where I ran the demo. I can move the
> window around, but any
> attempt to move the cone locks up X.
>
> I've got python 1.52, and older wxPython and VTK 3.2 working great on my
> powerbook with LinuxPPC I'm
> hoping to get an up to date stable system running my project on the iBook
> before I commit to updating
> the powerbook.
>
> Any debugging hints? tips? Ideas?
>
> Thanks,
> -Scott
>
> --__--__--
>
> Message: 6
> Date: Thu, 7 Mar 2002 16:23:19 -0500 (EST)
> From: David Gobbi <dgobbi at irus.rri.ca>
> To: Harris Scott R CIV AFRL/SNJM <Scott.Harris at wpafb.af.mil>
> Cc: <vtkusers at public.kitware.com>
> Subject: Re: [vtkusers] VTK4.0+wxPython+PPC Linux on a mac
>
> Hi Scott,
>
> There've been tons of messages about wxPython and VTK over the
> past few weeks (some as recent as today or yesterday).  Have you
> searched the mailing list archives?
>
>  - David
>
> On Thu, 7 Mar 2002, Harris Scott R CIV AFRL/SNJM wrote:
>
> > In the past two days I've downloaded, built, and installed:
> > Mesa 4.0.1
> > Python 2.2
> > VTK 4.0 nightly build
> > wxGTK 2.3.2
> > wxPython 2.3.2.1
> >
> > These packages are on top of a clean Yellowdog Linux 2.1 installation (2.4
> > kernel)
> >
> > My GTK+ version is 1.2.8-7 and I'm running XFree 4.1. The hardware is an
> > original orange iBook.
> >
> > Here are my symptoms:
> > VTK C examples work fine, wxPython demo works fine. Mesa demos work fine.
> > wxGTK demos work fine.
> > If I run the VTK demo in the wxPython demo, the cone pops up but X crashes
> > if I try to move the cone.
> > I don't get any errors in the console where I ran the demo. I can move the
> > window around, but any
> > attempt to move the cone locks up X.
> >
> > I've got python 1.52, and older wxPython and VTK 3.2 working great on my
> > powerbook with LinuxPPC I'm
> > hoping to get an up to date stable system running my project on the iBook
> > before I commit to updating
> > the powerbook.
> >
> > Any debugging hints? tips? Ideas?
> >
> > Thanks,
> > -Scott
> > _______________________________________________
> > This is the private VTK discussion list.
> > Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> > Follow this link to subscribe/unsubscribe:
> > http://public.kitware.com/mailman/listinfo/vtkusers
> >
>
> --__--__--
>
> Message: 7
> From: Harris Scott R CIV AFRL/SNJM <Scott.Harris at wpafb.af.mil>
> To: "'David Gobbi'" <dgobbi at irus.rri.ca>,
>         Harris Scott R CIV AFRL/SNJM <Scott.Harris at wpafb.af.mil>
> Cc: vtkusers at public.kitware.com
> Subject: RE: [vtkusers] VTK4.0+wxPython+PPC Linux on a mac
> Date: Thu, 7 Mar 2002 17:29:53 -0500
>
> Yes, I generally keep an eye out for wxPython/VTK issues, but I did overlook
> the fact there are different
> wxVTKRenderWindows (one from wxPython and one from VTK 4.0 (yours)). I'll
> try the VTK version and see if
> that fixes it.
>
> I've gererally lucky with the wxVTKRenderWindow; the flicker problems in the
> past never were a problem on my system. I just assumed that my problem must
> lie elsewhere...
>
> -Scott
>
> Scott Harris, Ph.D.
> AFRL/SNJM
> 3109 P Street Bldg 622
> WPAFB OH 45433-7700
> 937/255-9614x285
>
>
>
> -----Original Message-----
> From: David Gobbi [mailto:dgobbi at irus.rri.ca]
> Sent: Thursday, March 07, 2002 4:23 PM
> To: Harris Scott R CIV AFRL/SNJM
> Cc: vtkusers at public.kitware.com
> Subject: Re: [vtkusers] VTK4.0+wxPython+PPC Linux on a mac
>
> Hi Scott,
>
> There've been tons of messages about wxPython and VTK over the
> past few weeks (some as recent as today or yesterday).  Have you
> searched the mailing list archives?
>
>  - David
>
> On Thu, 7 Mar 2002, Harris Scott R CIV AFRL/SNJM wrote:
>
> > In the past two days I've downloaded, built, and installed:
> > Mesa 4.0.1
> > Python 2.2
> > VTK 4.0 nightly build
> > wxGTK 2.3.2
> > wxPython 2.3.2.1
> >
> > These packages are on top of a clean Yellowdog Linux 2.1 installation (2.4
> > kernel)
> >
> > My GTK+ version is 1.2.8-7 and I'm running XFree 4.1. The hardware is an
> > original orange iBook.
> >
> > Here are my symptoms:
> > VTK C examples work fine, wxPython demo works fine. Mesa demos work fine.
> > wxGTK demos work fine.
> > If I run the VTK demo in the wxPython demo, the cone pops up but X crashes
> > if I try to move the cone.
> > I don't get any errors in the console where I ran the demo. I can move the
> > window around, but any
> > attempt to move the cone locks up X.
> >
> > I've got python 1.52, and older wxPython and VTK 3.2 working great on my
> > powerbook with LinuxPPC I'm
> > hoping to get an up to date stable system running my project on the iBook
> > before I commit to updating
> > the powerbook.
> >
> > Any debugging hints? tips? Ideas?
> >
> > Thanks,
> > -Scott
> > _______________________________________________
> > This is the private VTK discussion list.
> > Please keep messages on-topic. Check the FAQ at:
> <http://public.kitware.com/cgi-bin/vtkfaq>
> > Follow this link to subscribe/unsubscribe:
> > http://public.kitware.com/mailman/listinfo/vtkusers
> >
>
> --__--__--
>
> Message: 8
> To: vtkusers at public.kitware.com
> From: Alexandre Guimond <guimond at bwh.harvard.edu>
> Date: 07 Mar 2002 17:52:19 -0500
> Subject: [vtkusers] vtk4 + python installation
>
> Hi all.  after installing vtk4 (make install), I notice there isn't
> any of the python stuff in the lib directory.  Looking at
> VTK/CMakeLists.txt, I notice there is something to install tcl
> wrappers:
>
> IF (VTK_WRAP_TCL)
>   SUBDIRS(Wrapping/Tcl)
> ENDIF (VTK_WRAP_TCL)
>
> but nothing equivalent for the python stuff?  Is that correct?
> Shouldn't the python stuff also be installed along with the tcl
> wrapper?
>
> BTW, I didn't build the java stuff, but I assume the same thing would
> happen since there isn't any SUBDIRS command for the java wrappers
> either.
> --
> Alexandre Guimond, Ph.D. <guimond at bwh.harvard.edu> Phone: 617.278.0800
> Instructor in Radiology, Harvard Medical School    Fax  : 617.264.5154
> Brigham and Women's Hospital, Department of Radiology
> Center for Neurological Imaging, 221 Longwood Av, Boston, MA 02115
>
> --__--__--
>
> Message: 9
> From: Prabhu Ramachandran <prabhu at aero.iitm.ernet.in>
> Date: Fri, 8 Mar 2002 07:55:10 +0530
> To: Alexandre Guimond <guimond at bwh.harvard.edu>,
>         VTK users list <vtkusers at public.kitware.com>
> Subject: [vtkusers] vtk4 + python installation
> Reply-To: Prabhu Ramachandran <prabhu at cyberwaveindia.com>
>
> >>>>> "AG" == Alexandre Guimond <guimond at bwh.harvard.edu> writes:
>
>     AG> Hi all.  after installing vtk4 (make install), I notice there
>     AG> isn't any of the python stuff in the lib directory.  Looking
>     AG> at VTK/CMakeLists.txt, I notice there is something to install
>     AG> tcl wrappers:
>
>     AG> IF (VTK_WRAP_TCL) SUBDIRS(Wrapping/Tcl) ENDIF (VTK_WRAP_TCL)
>
>     AG> but nothing equivalent for the python stuff?  Is that correct?
>     AG> Shouldn't the python stuff also be installed along with the
>     AG> tcl wrapper?
>
> Yes, that is currently an issue.  The problem with the Python stuff is
> that it is a little complicated.  The usual way of installing Python
> modules would be to put the modules into
> $prefix/lib/pythonx.y/site-packages/vtkpython or something.  The
> problem with this is that
>
>  (a) You need to know which version of Python is installed.  I haven't
>  played with Cmake enough to find out how to do it.
>
>  (b) If all the libvtk*Python.so libs are put in the site-packages
>  directory you need to link them into a directory that is in the
>  linkers path.
>
> It is also possible not put the modules in the site-packages directory
> and instead put it in $prefix/lib/vtk and then set a vtk.pth that
> points to this directory.  I dont know if this would be any better.
>
> An alternative approach might be to use distutils.  But distutils can
> be a big pain for anything that is complicated.  So the final
> possibility is to create a setup.py that does what we need.  However
> doing this correctly for both win32 and *nix might be a problem but
> should be workable.
>
> If we can agree on some approach I can try and get this done sometime.
> So, feedback/suggestions would be appreciated.
>
> prabhu
>
> --__--__--
>
> Message: 10
> From: "wolfweed" <wolfweed at sina.com>
> To: <vtkusers at public.kitware.com>
> Date: Fri, 8 Mar 2002 13:58:18 +0800
> Subject: [vtkusers] how to convert from imagedata to polydata?
>
> aGksIA0KICAgSSB3YW50IHRvIHJlYWQgc2xpY2UgZGF0YSBieSB2dGtJbWFnZVJlYWRlciBhbmQg
> Y2hhbmdlIGl0IHRvIHBvbHlkYXRhLkkgaGF2ZSB0cmllZCB2dGtJbWFnZVRvUG9seURhdGFGaXRl
> ciBhbmQgdnRrU3RydWN0dXJlZFBvaW50c1RvUG9seURhdGFGaWx0ZXIsYnV0IGZhaWxlZC5ob3cg
> dG8gY29udmVydCBmcm9tIGltYWdlZGF0YSB0byBwb2x5ZGF0YT8NCiAgIHRoYW5rcyBpbiBhZHZh
> bmNlDQogICBQZW5nbGlhbmcgICAgICANCiANCg0KDQo=
>
> --__--__--
>
> Message: 11
> Date: Fri, 8 Mar 2002 16:34:50 +0800
> From: bxb1280 <bxb1280 at yahoo.com>
> To: vtkusers at public.kitware.com <vtkusers at public.kitware.com>
> Subject: [vtkusers] (no subject)
>
> dnRrdXNlcnOjrGhpDQogICAgICBJIHdhbnQgdG8gZGVyaXZlIGEgY2xhc3MgZnJvbSBWVEsgY2xh
> c3MgaW4gVkMrKyxidXQgaXQgcHJvZHVjZSBhIGxvdCBvZiBsaW5raW5nIGVycm9yIC4NCmZvciBl
> eGFtcGxlIC5JIGRlcml2ZSBhIGNsYXNzKG5hbWVkIHZ0a215T2JqZWN0KSBmcm9tIHZ0a09iamVj
> dCBpbiBWQysrLGJ1dCBpdCBwcm9kdWNlcyBmb2xsb3dpbmcgIGVycm9yLiAgQ2FuIHlvdSB0ZWxs
> IG1lIGhvdyB0byBkZXJpdmUgbXkgb3duIGNsYXNzIGZyb20gdnRrPw0KdGhhbmtzIGZvciB5b3Vy
> IGhlbHAuDQovLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqDQogIHZ0a215b2JqZWN0LmgN
> Ci8vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCi8vIHZ0a215b2JqZWN0Lmg6IGludGVy
> ZmFjZSBmb3IgdGhlIHZ0a215b2JqZWN0IGNsYXNzLg0KLy8NCi8vLy8vLy8vLy8vLy8vLy8vLy8v
> Ly8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8NCg0KI2lm
> ICFkZWZpbmVkKEFGWF9WVEtNWU9CSkVDVF9IX19FODkyRDcwNV8zMjlEXzExRDZfQUU4Q18wMDUw
> QkE1OTY0QTNfX0lOQ0xVREVEXykNCiNkZWZpbmUgQUZYX1ZUS01ZT0JKRUNUX0hfX0U4OTJENzA1
> XzMyOURfMTFENl9BRThDXzAwNTBCQTU5NjRBM19fSU5DTFVERURfDQoNCiNpZiBfTVNDX1ZFUiA+
> IDEwMDANCiNwcmFnbWEgb25jZQ0KI2VuZGlmIC8vIF9NU0NfVkVSID4gMTAwMA0KI2luY2x1ZGUg
> InZ0a29iamVjdC5oIg0KY2xhc3MgdnRrbXlvYmplY3QgOiBwdWJsaWMgdnRrT2JqZWN0ICANCnsN
> CnB1YmxpYzoNCgl2dGtteW9iamVjdCgpOw0KCXZpcnR1YWwgfnZ0a215b2JqZWN0KCk7DQoNCn07
> DQoNCiNlbmRpZiAvLyAhZGVmaW5lZChBRlhfVlRLTVlPQkpFQ1RfSF9fRTg5MkQ3MDVfMzI5RF8x
> MUQ2X0FFOENfMDA1MEJBNTk2NEEzX19JTkNMVURFRF8pDQoNCi8vKioqKioqKioqKioqKioqKioq
> KioqDQp2dGtteW9iamVjdC5jcHANCi8vKioqKioqKioqKioqKioqKioqKioqKg0KDQovLyB2dGtt
> eW9iamVjdC5jcHA6IGltcGxlbWVudGF0aW9uIG9mIHRoZSB2dGtteW9iamVjdCBjbGFzcy4NCi8v
> DQovLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8v
> Ly8vLy8vLy8vLy8vLy8vDQoNCiNpbmNsdWRlICJzdGRhZnguaCINCiNpbmNsdWRlICJTaW5vVm9s
> LmgiDQojaW5jbHVkZSAidnRrbXlvYmplY3QuaCINCg0KI2lmZGVmIF9ERUJVRw0KI3VuZGVmIFRI
> SVNfRklMRQ0Kc3RhdGljIGNoYXIgVEhJU19GSUxFW109X19GSUxFX187DQojZGVmaW5lIG5ldyBE
> RUJVR19ORVcNCiNlbmRpZg0KDQovLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8v
> Ly8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vDQovLyBDb25zdHJ1Y3Rpb24vRGVzdHJ1
> Y3Rpb24NCi8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8v
> Ly8vLy8vLy8vLy8vLy8vLy8vLy8NCg0KdnRrbXlvYmplY3Q6OnZ0a215b2JqZWN0KCkNCnsNCg0K
> fQ0KDQp2dGtteW9iamVjdDo6fnZ0a215b2JqZWN0KCkNCnsNCg0KfQ0KDQovLyoqKioqKioqKioq
> KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
> KioqKioqKioqKioqKioqKioNCiAgICAgICAgICAgICAgICBsaW5raW5nIGVycm9yDQovLyoqKioq
> KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
> KioqKioqKioqKioqKioqKioqKioqKioqKg0KDQogICAgICAgICAgIERlbGV0aW5nIGludGVybWVk
> aWF0ZSBmaWxlcyBhbmQgb3V0cHV0IGZpbGVzIGZvciBwcm9qZWN0ICdTaW5vVm9sIC0gV2luMzIg
> RGVidWcnLg0KLS0tLS0tLS0tLS0tLS0tLS0tLS1Db25maWd1cmF0aW9uOiBTaW5vVm9sIC0gV2lu
> MzIgRGVidWctLS0tLS0tLS0tLS0tLS0tLS0tLQ0KQ29tcGlsaW5nIHJlc291cmNlcy4uLg0KQ29t
> cGlsaW5nLi4uDQpTdGRBZnguY3BwDQpBdXRvbWF0aWNhbGx5IGxpbmtpbmcgd2l0aCBCQ0dDQjU4
> ZC5kbGwNCkNvbXBpbGluZy4uLg0KTWFpbkZybS5jcHANClNpbm9Wb2wuY3BwDQpTaW5vVm9sRG9j
> LmNwcA0KU2lub1ZvbFZpZXcuY3BwDQpXb3Jrc3BhY2VCYXIuY3BwDQp2dGtteW9iamVjdC5jcHAN
> CkdlbmVyYXRpbmcgQ29kZS4uLg0KTGlua2luZy4uLg0KdnRrbXlvYmplY3Qub2JqIDogZXJyb3Ig
> TE5LMjAwMTogdW5yZXNvbHZlZCBleHRlcm5hbCBzeW1ib2wgInB1YmxpYzogdmlydHVhbCB2b2lk
> IF9fdGhpc2NhbGwgdnRrT2JqZWN0OjpQcmludFRyYWlsZXIoY2xhc3Mgb3N0cmVhbSAmLGNsYXNz
> IHZ0a0luZGVudCkiICg/UHJpbnRUcmFpbGVyQHZ0a09iamVjdEBAVUFFWEFBVm9zdHJlYW1AQFZ2
> dGtJbmRlbnRAQEBaKQ0KdnRrbXlvYmplY3Qub2JqIDogZXJyb3IgTE5LMjAwMTogdW5yZXNvbHZl
> ZCBleHRlcm5hbCBzeW1ib2wgInB1YmxpYzogdmlydHVhbCB2b2lkIF9fdGhpc2NhbGwgdnRrT2Jq
> ZWN0OjpQcmludEhlYWRlcihjbGFzcyBvc3RyZWFtICYsY2xhc3MgdnRrSW5kZW50KSIgKD9Qcmlu
> dEhlYWRlckB2dGtPYmplY3RAQFVBRVhBQVZvc3RyZWFtQEBWdnRrSW5kZW50QEBAWikNCnZ0a215
> b2JqZWN0Lm9iaiA6IGVycm9yIExOSzIwMDE6IHVucmVzb2x2ZWQgZXh0ZXJuYWwgc3ltYm9sICJw
> dWJsaWM6IHZpcnR1YWwgdm9pZCBfX3RoaXNjYWxsIHZ0a09iamVjdDo6UHJpbnRTZWxmKGNsYXNz
> IG9zdHJlYW0gJixjbGFzcyB2dGtJbmRlbnQpIiAoP1ByaW50U2VsZkB2dGtPYmplY3RAQFVBRVhB
> QVZvc3RyZWFtQEBWdnRrSW5kZW50QEBAWikNCkRlYnVnL1Npbm9Wb2wuZXhlIDogZmF0YWwgZXJy
> b3IgTE5LMTEyMDogMyB1bnJlc29sdmVkIGV4dGVybmFscw0KRXJyb3IgZXhlY3V0aW5nIGxpbmsu
> ZXhlLg0KQ3JlYXRpbmcgYnJvd3NlIGluZm8gZmlsZS4uLg0KDQpTaW5vVm9sLmV4ZSAtIDQgZXJy
> b3IocyksIDAgd2FybmluZyhzKQ0KDQogCQkJCQ0KoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGh
> oWJ4YjEyODANCqGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaFieGIxMjgwQHlhaG9vLmNvbQ0K
> oaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoTIwMDItMDMtMDgNCg==
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> --__--__--
>
> Message: 12
> Date: Fri, 8 Mar 2002 16:36:17 +0800
> From: bxb1280 <bxb1280 at yahoo.com>
> To: vtkusers at public.kitware.com <vtkusers at public.kitware.com>
> Subject: [vtkusers] hi
>
> dnRrdXNlcnOjrGhpDQogICAgICBJIHdhbnQgdG8gZGVyaXZlIGEgY2xhc3MgZnJvbSBWVEsgY2xh
> c3MgaW4gVkMrKyxidXQgaXQgcHJvZHVjZSBhIGxvdCBvZiBsaW5raW5nIGVycm9yIC4NCmZvciBl
> eGFtcGxlIC5JIGRlcml2ZSBhIGNsYXNzKG5hbWVkIHZ0a215T2JqZWN0KSBmcm9tIHZ0a09iamVj
> dCBpbiBWQysrLGJ1dCBpdCBwcm9kdWNlcyBmb2xsb3dpbmcgIGVycm9yLiAgQ2FuIHlvdSB0ZWxs
> IG1lIGhvdyB0byBkZXJpdmUgbXkgb3duIGNsYXNzIGZyb20gdnRrPw0KdGhhbmtzIGZvciB5b3Vy
> IGhlbHAuDQovLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqDQogIHZ0a215b2JqZWN0LmgN
> Ci8vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCi8vIHZ0a215b2JqZWN0Lmg6IGludGVy
> ZmFjZSBmb3IgdGhlIHZ0a215b2JqZWN0IGNsYXNzLg0KLy8NCi8vLy8vLy8vLy8vLy8vLy8vLy8v
> Ly8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8NCg0KI2lm
> ICFkZWZpbmVkKEFGWF9WVEtNWU9CSkVDVF9IX19FODkyRDcwNV8zMjlEXzExRDZfQUU4Q18wMDUw
> QkE1OTY0QTNfX0lOQ0xVREVEXykNCiNkZWZpbmUgQUZYX1ZUS01ZT0JKRUNUX0hfX0U4OTJENzA1
> XzMyOURfMTFENl9BRThDXzAwNTBCQTU5NjRBM19fSU5DTFVERURfDQoNCiNpZiBfTVNDX1ZFUiA+
> IDEwMDANCiNwcmFnbWEgb25jZQ0KI2VuZGlmIC8vIF9NU0NfVkVSID4gMTAwMA0KI2luY2x1ZGUg
> InZ0a29iamVjdC5oIg0KY2xhc3MgdnRrbXlvYmplY3QgOiBwdWJsaWMgdnRrT2JqZWN0ICANCnsN
> CnB1YmxpYzoNCgl2dGtteW9iamVjdCgpOw0KCXZpcnR1YWwgfnZ0a215b2JqZWN0KCk7DQoNCn07
> DQoNCiNlbmRpZiAvLyAhZGVmaW5lZChBRlhfVlRLTVlPQkpFQ1RfSF9fRTg5MkQ3MDVfMzI5RF8x
> MUQ2X0FFOENfMDA1MEJBNTk2NEEzX19JTkNMVURFRF8pDQoNCi8vKioqKioqKioqKioqKioqKioq
> KioqDQp2dGtteW9iamVjdC5jcHANCi8vKioqKioqKioqKioqKioqKioqKioqKg0KDQovLyB2dGtt
> eW9iamVjdC5jcHA6IGltcGxlbWVudGF0aW9uIG9mIHRoZSB2dGtteW9iamVjdCBjbGFzcy4NCi8v
> DQovLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8v
> Ly8vLy8vLy8vLy8vLy8vDQoNCiNpbmNsdWRlICJzdGRhZnguaCINCiNpbmNsdWRlICJTaW5vVm9s
> LmgiDQojaW5jbHVkZSAidnRrbXlvYmplY3QuaCINCg0KI2lmZGVmIF9ERUJVRw0KI3VuZGVmIFRI
> SVNfRklMRQ0Kc3RhdGljIGNoYXIgVEhJU19GSUxFW109X19GSUxFX187DQojZGVmaW5lIG5ldyBE
> RUJVR19ORVcNCiNlbmRpZg0KDQovLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8v
> Ly8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vDQovLyBDb25zdHJ1Y3Rpb24vRGVzdHJ1
> Y3Rpb24NCi8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8v
> Ly8vLy8vLy8vLy8vLy8vLy8vLy8NCg0KdnRrbXlvYmplY3Q6OnZ0a215b2JqZWN0KCkNCnsNCg0K
> fQ0KDQp2dGtteW9iamVjdDo6fnZ0a215b2JqZWN0KCkNCnsNCg0KfQ0KDQovLyoqKioqKioqKioq
> KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
> KioqKioqKioqKioqKioqKioNCiAgICAgICAgICAgICAgICBsaW5raW5nIGVycm9yDQovLyoqKioq
> KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
> KioqKioqKioqKioqKioqKioqKioqKioqKg0KDQogICAgICAgICAgIERlbGV0aW5nIGludGVybWVk
> aWF0ZSBmaWxlcyBhbmQgb3V0cHV0IGZpbGVzIGZvciBwcm9qZWN0ICdTaW5vVm9sIC0gV2luMzIg
> RGVidWcnLg0KLS0tLS0tLS0tLS0tLS0tLS0tLS1Db25maWd1cmF0aW9uOiBTaW5vVm9sIC0gV2lu
> MzIgRGVidWctLS0tLS0tLS0tLS0tLS0tLS0tLQ0KQ29tcGlsaW5nIHJlc291cmNlcy4uLg0KQ29t
> cGlsaW5nLi4uDQpTdGRBZnguY3BwDQpBdXRvbWF0aWNhbGx5IGxpbmtpbmcgd2l0aCBCQ0dDQjU4
> ZC5kbGwNCkNvbXBpbGluZy4uLg0KTWFpbkZybS5jcHANClNpbm9Wb2wuY3BwDQpTaW5vVm9sRG9j
> LmNwcA0KU2lub1ZvbFZpZXcuY3BwDQpXb3Jrc3BhY2VCYXIuY3BwDQp2dGtteW9iamVjdC5jcHAN
> CkdlbmVyYXRpbmcgQ29kZS4uLg0KTGlua2luZy4uLg0KdnRrbXlvYmplY3Qub2JqIDogZXJyb3Ig
> TE5LMjAwMTogdW5yZXNvbHZlZCBleHRlcm5hbCBzeW1ib2wgInB1YmxpYzogdmlydHVhbCB2b2lk
> IF9fdGhpc2NhbGwgdnRrT2JqZWN0OjpQcmludFRyYWlsZXIoY2xhc3Mgb3N0cmVhbSAmLGNsYXNz
> IHZ0a0luZGVudCkiICg/UHJpbnRUcmFpbGVyQHZ0a09iamVjdEBAVUFFWEFBVm9zdHJlYW1AQFZ2
> dGtJbmRlbnRAQEBaKQ0KdnRrbXlvYmplY3Qub2JqIDogZXJyb3IgTE5LMjAwMTogdW5yZXNvbHZl
> ZCBleHRlcm5hbCBzeW1ib2wgInB1YmxpYzogdmlydHVhbCB2b2lkIF9fdGhpc2NhbGwgdnRrT2Jq
> ZWN0OjpQcmludEhlYWRlcihjbGFzcyBvc3RyZWFtICYsY2xhc3MgdnRrSW5kZW50KSIgKD9Qcmlu
> dEhlYWRlckB2dGtPYmplY3RAQFVBRVhBQVZvc3RyZWFtQEBWdnRrSW5kZW50QEBAWikNCnZ0a215
> b2JqZWN0Lm9iaiA6IGVycm9yIExOSzIwMDE6IHVucmVzb2x2ZWQgZXh0ZXJuYWwgc3ltYm9sICJw
> dWJsaWM6IHZpcnR1YWwgdm9pZCBfX3RoaXNjYWxsIHZ0a09iamVjdDo6UHJpbnRTZWxmKGNsYXNz
> IG9zdHJlYW0gJixjbGFzcyB2dGtJbmRlbnQpIiAoP1ByaW50U2VsZkB2dGtPYmplY3RAQFVBRVhB
> QVZvc3RyZWFtQEBWdnRrSW5kZW50QEBAWikNCkRlYnVnL1Npbm9Wb2wuZXhlIDogZmF0YWwgZXJy
> b3IgTE5LMTEyMDogMyB1bnJlc29sdmVkIGV4dGVybmFscw0KRXJyb3IgZXhlY3V0aW5nIGxpbmsu
> ZXhlLg0KQ3JlYXRpbmcgYnJvd3NlIGluZm8gZmlsZS4uLg0KDQpTaW5vVm9sLmV4ZSAtIDQgZXJy
> b3IocyksIDAgd2FybmluZyhzKQ0KDQogCQkJCQ0KoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaEN
> CqGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaFieGIxMjgwDQqhoaGhoaGhoaGhoaGhoaGhoaGh
> oaGhoaGhoaGhYnhiMTI4MEB5YWhvby5jb20NCqGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGh
> oaGhoaEyMDAyLTAzLTA4DQo=
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> --__--__--
>
> _______________________________________________
> vtkusers mailing list
> vtkusers at public.kitware.com
> http://public.kitware.com/mailman/listinfo/vtkusers
>
> End of vtkusers Digest

--
Christophe ATTANASIO
Open CASCADE
Tel : +33 1 69 82 27 37
Fax : +33 1 69 82 24 02
email : c-attanasio at opencascade.com
http://www.opencascade.com
Open CASCADE, the Open Source Standard for 3D modeling solutions





More information about the vtkusers mailing list