Jump to content

SOP_Node::parsePrimitiveGroups() non-const GU_Detail


Recommended Posts

Hi

 

  I like to check/get a group of primitive from one of the SOP input

 


     const GU_Detail* gdp0 = inputGeo(0);

 

  but I see the following

 


const GA_PrimitiveGroup *parsePrimitiveGroups(const char *pattern, 

     GU_Detail *pgdp, 

     int allow_numeric=1,

     int ordered = 1,

     bool strict = false,

     int offset = 0);

 

  is there a reason for pgdp to be a non-const pointer ?

 

Cheers

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...