Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to plot outputtext file generate in mfc project. i am still not understanding anything. could u kindly help me ??????

GrainGen is a dialog box application with the aim to generate polyhedron packings on the base of a sphere packing by the Laguerre tessellation. Several analyzing methods to determine e. g. the spatial distribution or the pore space in the sphere models or to observe the structure of the polyhedron models are implemented.
Currently output files containing mainly some distribution functions are generated in ASCII format. The task is to implement the capability to visualize these files into the GrainGen software code.

For this purpose following parts has to be executed:

Part 1:
- Integration of a new window in the GrainGen application with a menu
- Menu items:
o File (open, save, print, close)
o View (single, multiple)
o Options(scale, zoom)
o …

Following conditions has to be taken into account:

- embedding software extensions into the existing software code
- if there is any of the analyzing methods chosen, the new window should be open after the end of the polyhedron generation automatically and the first of the chosen distribution functions should be shown in the window
- documentation of all changes for further extensions

Part 2:

Enable multiple views (Analyzing methods for sub regions of the models)
Posted
Updated 4-Sep-12 21:08pm
v2
Comments
[no name] 28-Aug-12 7:33am    
Did you ask your supervisor, mentor or lead developer?
JackDingler 28-Aug-12 15:20pm    
That's a big giant general request for someone to do a lot of work for you.

Is there a tidbit in there, that would help you, that can be reduced to a "Quick Answer"?
Richard MacCutchan 5-Sep-12 5:05am    
This question is impossible to answer in a Quick Answers forum. You are asking for someone to teach you how to produce a complete application, which is not possible. Go back to your manager/tutor and ask for help.
Mohammad Sharif Hossain 1-Oct-12 3:27am    
actully i want to know,my code now genereate txt file which is two column number, i want to draw graph by this data. so i need to add some extension which will vizualize data after generate the tex file.
Richard MacCutchan 1-Oct-12 4:42am    
There are some third party tools around (Google will help you) to draw graphs, or you can just use the Windows GDI or GDI+ APIs to draw lines between each point.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900