
Thu, 03/21/2002 - 12:55
Forums:
Hi,
I can not locate the class declaration of
class "GraphDS_DirectedGraph". I found the
GraphDS_DirectedGraph.cdl under GraphDS package.
From where should i find it?
Best Regards
Shylesh
Shylesh Sangodkar
Computer Programmer
Phil Systems Ltd.
India.
Thu, 03/21/2002 - 13:37
#include
Do you mean this?
Fhchina
Thu, 03/21/2002 - 14:25
Hi,
No!!.
I mean I need a .hxx files (class declararion) for GraphDS_DirectedGraph.
Infact many of such files are missing from
GraphDS package. Have a look at the folder
OpenCascade/src/GraphDS . You will notice
that function declarations are provided
but definitions are missing.
So if i just have .hxx file along with the
.lib file i can build my application. I dont
even need .gxx/.cxx files.
Rgds
Shylesh
Thu, 03/21/2002 - 14:51
As you cans see in the CDL file GraphDS_DirectedGraph.cdl located in :
src/GraphDS
Generic class DirectedGraph from GraphDS (GraphDS_Item as any ; GraphDS_Attribute as any)
It is a generic class and it not cannot be used directly.
To use it :
if you use WOK and the CDL description try :
class myDirectGraph instantiates DirectGraph from GraphDS ( myGraphItem from myGraphPackage , myGraphAttribute from myGraphPackage );
With this you will have a class :
myGraphPackage_myDirectGraph
Fri, 03/22/2002 - 06:54
Hi,
How do i use WOK on WIN95?
Also If DirectedGraph is generic class, does it means that searching logic is NOT implemented in it?
Rgds
Shylesh
Fri, 03/22/2002 - 09:32
AS I am new to OCAS I am really confused abt the whole thing of
using GraphDS related files in my application. Pls Help.
Shylesh Sangodkar
Computer Programmer
Phil Systems Ltd.
India.
Fri, 03/22/2002 - 18:09
Why not use BGL(Boost Graph Library)? They are generic programming style, highly extensible and customable. Just include some header. Have a look at www.boost.org.
Sat, 03/23/2002 - 09:31
Hi,
thanks for suggestion but
Will it not be easy for me to use opencascade's graph searching technique which
is readily available for me rather then using another library. anyway i have to use opencascade for STEP file reading . I am not sure how good (if any) is the graph searching functionality provided by opencascae. pls comment
meantime i ll also look at BGL.
Shylesh
Tue, 04/02/2002 - 08:48
Hi,
I dont understand why anybody is replying to my query regarding WOK on WINDOWS... i am sure somebody must be facing this problem.
Atleast Barbara from OCAS should answer it.
Best Regards
Shylesh