FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 13 matches
Forum Index
Author Message
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Tue Oct 09, 2007 2:10 pm   Subject: Property handling (ctprops)
But that's going to require rewriting most of the prototype class. So my point was there's not much that can be usefully separated out into a BaseKernel in this design. Not that there needs to be, jus ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Sat Oct 06, 2007 7:03 am   Subject: Property handling (ctprops)
Is there much need for BaseKernel? I'm not sure how you'd build a non-array kernel off of this very array-oriented property stuff. But I haven't given much thought to what would be required to have no ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Sat Oct 06, 2007 5:36 am   Subject: Property handling (ctprops)
How did you get around the fact that you can't return float_t
I didn't. I assumed we're using Vector template structs. For size_tChanged "indeces" to the proper spelling Smile
oops Smile

On ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Thu Oct 04, 2007 3:37 am   Subject: Property handling (ctprops)
here is a value handle:
struct ValueHandle(PropDomain D)
{
const PropDomain domain = D;
size_t index;
}

this is how we get values from ValueHandles:
PH.Type value ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Wed Oct 03, 2007 2:54 pm   Subject: Property handling (ctprops)
hm, well, it was more like 1 day...

i collect the required domains from the compile-time properties. that is, a domain always has to have at least one compile-time property in order to exist. domai ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Tue Oct 02, 2007 5:09 am   Subject: Property handling (ctprops)
A PropertyDomain is exactly what it is, no objections!
Stream was bad, because usually streams are not indexed. Plus, it includes the properties themselves. But what we're really talking about is jus ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Thu Sep 27, 2007 5:01 am   Subject: Property handling (ctprops)
I might not say it that way, but I think it makes sense to say "the mesh has this and that affinities", sure.

ok then. the literal meaning of a property having vertex affinity worked for ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Wed Sep 26, 2007 3:47 pm   Subject: Property handling (ctprops)
true, "stream" isn't a good term. i haven't heard "affinity" in that context before. would you still call it "affinity" if we'd change the number and type of those entiti ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Wed Sep 26, 2007 1:39 pm   Subject: Property handling (ctprops)
i agree, the "_t" suffix isn't the nicest thing, but i think the generality is more important.


So it's questionable whether "Mesh" should be pre-defined to mean a paticular Ke ...
  Topic: Property handling (ctprops)
jascha

Replies: 20
Views: 59555

PostForum: OpenMeshD   Posted: Tue Sep 25, 2007 6:07 am   Subject: Property handling (ctprops)
the property sets are handy. also, having an alias for the property types is useful, so one doesn't have to type "mesh.propName.Type".
but how about we just use the property name with a suf ...
  Topic: Debugging DDLs on Windows
jascha

Replies: 4
Views: 18771

PostForum: DDL - D Dynamic Libraries   Posted: Mon Jun 18, 2007 4:32 am   Subject: Debugging DDLs on Windows
DDL doesn't need full debug symbol support. it'll just have to check whether there are some. for COFF files that means checking whether the DataDirectory with index IMAGE_DIRECTORY_ENTRY_DEBUG in the ...
  Topic: Debugging DDLs on Windows
jascha

Replies: 4
Views: 18771

PostForum: DDL - D Dynamic Libraries   Posted: Sun Jun 17, 2007 6:48 pm   Subject: Debugging DDLs on Windows
it would be nice if the loader could send the string if the DDL it loads has debug symbols. this way a DDL host compiled in release mode can still be used to host a debugging session if you just want ...
  Topic: Debugging DDLs on Windows
jascha

Replies: 4
Views: 18771

PostForum: DDL - D Dynamic Libraries   Posted: Sun Jun 17, 2007 6:23 am   Subject: Debugging DDLs on Windows
When a process loads a DLL, Windows generates a DebugEvent that notifies the debugger and supplies the DLL's filename and base address.
The DDL loader should do something similar. I suggest using the ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group