Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Create from Usage

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Vertexwahn Posted - Nov 12 2010 : 11:01:15 AM

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
1   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Nov 12 2010 : 1:24:17 PM
case=31277

This was fixed in beta build 1836.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000