Click here to Skip to main content
15,914,289 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Architecture for implementing locking Pin
Simon P Stevens19-Nov-07 10:21
Simon P Stevens19-Nov-07 10:21 
GeneralRe: Architecture for implementing locking Pin
cmf-DBA20-Nov-07 3:17
cmf-DBA20-Nov-07 3:17 
QuestionWrapping Composite Controls Pin
Tristan Rhodes14-Nov-07 3:12
Tristan Rhodes14-Nov-07 3:12 
AnswerRe: Wrapping Composite Controls Pin
led mike15-Nov-07 4:45
led mike15-Nov-07 4:45 
GeneralRe: Wrapping Composite Controls Pin
Tristan Rhodes15-Nov-07 22:44
Tristan Rhodes15-Nov-07 22:44 
GeneralRe: Wrapping Composite Controls Pin
led mike19-Nov-07 12:00
led mike19-Nov-07 12:00 
GeneralRe: Wrapping Composite Controls Pin
Tristan Rhodes22-Nov-07 4:59
Tristan Rhodes22-Nov-07 4:59 
Question3D architecture Pin
rsaint2713-Nov-07 7:56
rsaint2713-Nov-07 7:56 
Hello,

For this project I'm going to develop, I have to implement the base structure of a system that holds data taken from 3D files.
The basic structure I've implemented is:

class 3DPoint
{
//Point data
}

class 3DLine
{
List<3DPoint>...
// class methods
}

class 3DModel
{
List<3DLine>...
// class methods
}

So far this works well, and it suits my needs.

Now I want to derive these classes to allow drawing with OpenGl, because I need some specific fields like "visibility, selected, ...", and that's when I ran into some troubles, because when I derive 3DModel (gl3DModel), I'm forced to use the class 3DLine, and not the derived class (gl3DLine), and the same with 3DPoint.


Does any of you have any suggestion on how to do this?

Thanks!


AnswerRe: 3D architecture Pin
Tristan Rhodes14-Nov-07 3:26
Tristan Rhodes14-Nov-07 3:26 
QuestionCalling UDDI services from DNA platform Pin
GuimaSun12-Nov-07 8:43
GuimaSun12-Nov-07 8:43 
Questioninstruction executed per second by a microprocessor Pin
akhshay gandhi12-Nov-07 7:11
akhshay gandhi12-Nov-07 7:11 
AnswerRe: instruction executed per second by a microprocessor Pin
Luc Pattyn12-Nov-07 7:40
sitebuilderLuc Pattyn12-Nov-07 7:40 
QuestionGood UML tool Pin
Oshtri Deka12-Nov-07 0:33
professionalOshtri Deka12-Nov-07 0:33 
AnswerRe: Good UML tool Pin
Tristan Rhodes14-Nov-07 3:21
Tristan Rhodes14-Nov-07 3:21 
GeneralRe: Good UML tool Pin
tnotstar31-Jan-08 9:08
tnotstar31-Jan-08 9:08 
QuestionScheduling Design Pin
yoavyoavyoav10-Nov-07 19:53
yoavyoavyoav10-Nov-07 19:53 
GeneralRe: Scheduling Design Pin
Paul Conrad27-Jan-08 7:12
professionalPaul Conrad27-Jan-08 7:12 
GeneralRe: Scheduling Design Pin
yoavyoavyoav27-Jan-08 7:20
yoavyoavyoav27-Jan-08 7:20 
GeneralRe: Scheduling Design Pin
Paul Conrad27-Jan-08 7:21
professionalPaul Conrad27-Jan-08 7:21 
QuestionI/O Port Pattern Pin
Ju@ncho7-Nov-07 8:04
Ju@ncho7-Nov-07 8:04 
AnswerRe: I/O Port Pattern Pin
led mike7-Nov-07 8:13
led mike7-Nov-07 8:13 
GeneralRe: I/O Port Pattern Pin
Ju@ncho8-Nov-07 1:53
Ju@ncho8-Nov-07 1:53 
GeneralRe: I/O Port Pattern Pin
led mike8-Nov-07 5:18
led mike8-Nov-07 5:18 
GeneralRe: I/O Port Pattern Pin
VarunSharma4319-Nov-07 20:17
professionalVarunSharma4319-Nov-07 20:17 
QuestionMFC design help for MSVS Binary Editor like program Pin
mvs_pgrmr6-Nov-07 13:42
mvs_pgrmr6-Nov-07 13:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.