Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Create from Usage
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Vertexwahn
Senior Member

35 Posts

Posted - Nov 12 2010 :  11:01:15 AM  Show Profile  Reply with Quote

class Triangle : public IShape
{
public:
Triangle(const Transform *o2w, TriangleMesh* pTriangleMesh, int firstVertexIndex) : 
IShape(o2w), 
m_pTriangleMesh(pTriangleMesh),
m_iFirstVertexIndex(firstVertexIndex) // <- HERE
{

}
...


If I use the "Create From Usage" feature where I marked the code with HERE then the pop-up dialog box suggest me:

quote:

Create:
(*) Methode in Triangle
( ) Function

Declare method:
void m_iFirstVertexIndex(int firstVertexIndex)



what I really want is a member variable int m_iFirstVertexIndex - maybe this could be added to VAssistX

sean
Whole Tomato Software

USA
2817 Posts

Posted - Nov 12 2010 :  1:24:17 PM  Show Profile  Reply with Quote
case=31277

This was fixed in beta build 1836.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000