Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Simple question: Visualization Points

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Simple question: Visualization Points


Chronological Thread 
  • From: Panagiotis Foteinos <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Simple question: Visualization Points
  • Date: Thu, 1 Mar 2012 12:16:37 -0500
  • Authentication-results: mr.google.com; spf=pass (google.com: domain of designates 10.52.99.169 as permitted sender) ; dkim=pass

I find the conversion of CGAL's data structures to VTK format very
easy. Then you can load the VTK file to Paraview, for example, and
visualize the result. No need to write graphics code.

Regards,
Panagiotis

On Tue, Feb 28, 2012 at 6:35 AM, sgdimitris
<>
wrote:
> Thank you for the reply-I tried to find them.
>
> But moreover I tried to see the mesh_3D_image_variable_size.cpp example and
> I got the following errors:
> 1>  All outputs are up-to-date.
> 1>CGAL_ImageIO-vc100-mt-gd.lib(all_files.obj) : error LNK2019: unresolved
> external symbol
> __imp__glEnd@0
> referenced in function "public: void
> __thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned char,unsigned
> char)"
> (?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
> 1>CGAL_ImageIO-vc100-mt-gd.lib(all_files.obj) : error LNK2019: unresolved
> external symbol
> __imp__glVertex3d@24
> referenced in function "public: void
> __thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned char,unsigned
> char)"
> (?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
> 1>CGAL_ImageIO-vc100-mt-gd.lib(all_files.obj) : error LNK2019: unresolved
> external symbol
> __imp__glBegin@4
> referenced in function "public: void
> __thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned char,unsigned
> char)"
> (?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
> 1>CGAL_ImageIO-vc100-mt-gd.lib(all_files.obj) : error LNK2019: unresolved
> external symbol
> __imp__glColor3ub@12
> referenced in function "public: void
> __thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned char,unsigned
> char)"
> (?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
> 1>CGAL_ImageIO-vc100-mt-gd.lib(all_files.obj) : error LNK2019: unresolved
> external symbol
> __imp__glPointSize@4
> referenced in function "public: void
> __thiscall CGAL::Image_3::gl_draw(float,unsigned char,unsigned char,unsigned
> char)"
> (?gl_draw@Image_3@CGAL@@QAEXMEEE@Z)
> 1>CGAL_ImageIO-vc100-mt-gd.lib(all_files.obj) : error LNK2019: unresolved
> external symbol
> __imp__glLineWidth@4
> referenced in function "public: void
> __thiscall CGAL::Image_3::gl_draw_bbox(float,unsigned char,unsigned
> char,unsigned char)"
> (?gl_draw_bbox@Image_3@CGAL@@QAEXMEEE@Z)
> 1>C:\Users\user\documents\visual studio
> 2010\Projects\TestCgal\Debug\TestCgal.exe : fatal error LNK1120: 6
> unresolved externals
> 1>
> 1>Build FAILED.
> 1>
> 1>Time Elapsed 00:02:36.12
> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
>
> I think that I have a problem in linking CGAL_ImageIO-vc100-mt-gd.lib
> library. Do I missed something?
>
>
>
> --
> View this message in context:
> http://cgal-discuss.949826.n4.nabble.com/Simple-question-Visualization-Points-tp4427755p4427818.html
> Sent from the cgal-discuss mailing list archive at Nabble.com.
>
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>



Archive powered by MHonArc 2.6.16.

Top of Page